diff options
Diffstat (limited to 'discover/log.h')
-rw-r--r-- | discover/log.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/discover/log.h b/discover/log.h new file mode 100644 index 0000000..7f9b01f --- /dev/null +++ b/discover/log.h @@ -0,0 +1,6 @@ +#ifndef _LOG_H +#define _LOG_H + +void pb_log(const char *fmt, ...); + +#endif /* _LOG_H */ |