]> git.ozlabs.org Git - petitboot/blobdiff - discover/log.h
Fix build warnings
[petitboot] / discover / log.h
index 7f9b01fdbfa3bf6e68cc2f9d59f75de6e001ee8e..3e92555a12c62a104694860faa3fa9419c1bfec4 100644 (file)
@@ -1,6 +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 */