summaryrefslogtreecommitdiffstats
path: root/discover/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/log.h')
-rw-r--r--discover/log.h3
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>
+
void pb_log(const char *fmt, ...);
+void pb_log_set_stream(FILE *stream);
#endif /* _LOG_H */
OpenPOWER on IntegriCloud