X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Flog%2Flog.h;h=c2ad58eef6fc372f3ff586ac43ffb4447cd1dea2;hp=2d4fd915f9716d81a6b3836d6c822cfae7d082ed;hb=fb241b16e49ac2bd5bb14db7bc389bd4a0b1df60;hpb=c78f9ec47ba92b74698dacdae963dbbefd9b676f diff --git a/lib/log/log.h b/lib/log/log.h index 2d4fd91..c2ad58e 100644 --- a/lib/log/log.h +++ b/lib/log/log.h @@ -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 */