]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.h
Move log to library
[petitboot] / lib / log / log.h
diff --git a/lib/log/log.h b/lib/log/log.h
new file mode 100644 (file)
index 0000000..3e92555
--- /dev/null
@@ -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 */