X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Flog%2Flog.h;h=94545960f59690f0c087849a2c87b411f0249ccf;hp=e34de33bbe6134ce23a8bcf0c009258e86084b6b;hb=ae3c354e844698bdb4ed35a6845aa9dca1e9205f;hpb=3fa256bb478f2b3e6316c561169190457b21e616 diff --git a/lib/log/log.h b/lib/log/log.h index e34de33..9454596 100644 --- a/lib/log/log.h +++ b/lib/log/log.h @@ -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 */