X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Flog.h;h=3e92555a12c62a104694860faa3fa9419c1bfec4;hb=9793f862467407e83aa5b5a2cc35c25de9bae17b;hp=7f9b01fdbfa3bf6e68cc2f9d59f75de6e001ee8e;hpb=44fe1998097c50802eeac0a831b0b730809ac4b0;p=petitboot diff --git a/discover/log.h b/discover/log.h index 7f9b01f..3e92555 100644 --- a/discover/log.h +++ b/discover/log.h @@ -1,6 +1,9 @@ #ifndef _LOG_H #define _LOG_H +#include + void pb_log(const char *fmt, ...); +void pb_log_set_stream(FILE *stream); #endif /* _LOG_H */