X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Flog%2Flog.h;fp=lib%2Flog%2Flog.h;h=3e92555a12c62a104694860faa3fa9419c1bfec4;hp=0000000000000000000000000000000000000000;hb=dae4540e417e2bf72dd83b2713a670bde0056ba9;hpb=6106bb6672af26232546c07a4b631779f21dbbb0 diff --git a/lib/log/log.h b/lib/log/log.h new file mode 100644 index 0000000..3e92555 --- /dev/null +++ b/lib/log/log.h @@ -0,0 +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 */