summaryrefslogtreecommitdiffstats
path: root/lib/log/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log/log.h')
-rw-r--r--lib/log/log.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/log/log.h b/lib/log/log.h
new file mode 100644
index 0000000..3e92555
--- /dev/null
+++ b/lib/log/log.h
@@ -0,0 +1,9 @@
+#ifndef _LOG_H
+#define _LOG_H
+
+#include <stdio.h>
+
+void pb_log(const char *fmt, ...);
+void pb_log_set_stream(FILE *stream);
+
+#endif /* _LOG_H */
OpenPOWER on IntegriCloud