]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.h
Flush log stream on write
[petitboot] / lib / log / log.h
index 3e92555a12c62a104694860faa3fa9419c1bfec4..813a19e293773fd9f72ad5c8092a7498d9b65a54 100644 (file)
@@ -5,5 +5,6 @@
 
 void pb_log(const char *fmt, ...);
 void pb_log_set_stream(FILE *stream);
 
 void pb_log(const char *fmt, ...);
 void pb_log_set_stream(FILE *stream);
+void pb_log_always_flush(int state);
 
 #endif /* _LOG_H */
 
 #endif /* _LOG_H */