]> git.ozlabs.org Git - petitboot/blobdiff - discover/log.h
Move log to library
[petitboot] / discover / log.h
diff --git a/discover/log.h b/discover/log.h
deleted file mode 100644 (file)
index 3e92555..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#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 */