]> git.ozlabs.org Git - petitboot/blobdiff - lib/log/log.h
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / lib / log / log.h
index 2d4fd915f9716d81a6b3836d6c822cfae7d082ed..c2ad58eef6fc372f3ff586ac43ffb4447cd1dea2 100644 (file)
@@ -26,6 +26,7 @@ void __pb_log_init(FILE *stream, bool debug);
 #endif
 
 void pb_log_set_debug(bool debug);
+bool pb_log_get_debug(void);
 FILE *pb_log_get_stream(void);
 
 #endif /* _LOG_H */