]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.h
discover: Only update our config if the config_set succeeded.
[petitboot] / lib / log / log.h
index e34de33bbe6134ce23a8bcf0c009258e86084b6b..94545960f59690f0c087849a2c87b411f0249ccf 100644 (file)
@@ -15,6 +15,7 @@ void __pb_log_init(FILE *stream, bool debug);
 #define pb_log_init(s) __pb_log_init(s, false)
 #endif
 
+void pb_log_set_debug(bool debug);
 FILE *pb_log_get_stream(void);
 
 #endif /* _LOG_H */