]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.h
Fix memmove size
[petitboot] / lib / log / log.h
index 3e92555a12c62a104694860faa3fa9419c1bfec4..2a5d375d8cdfe38951042daa46e9458d178f1ade 100644 (file)
@@ -5,5 +5,7 @@
 
 void pb_log(const char *fmt, ...);
 void pb_log_set_stream(FILE *stream);
+FILE * pb_log_get_stream(void);
+void pb_log_always_flush(int state);
 
 #endif /* _LOG_H */