aboutsummaryrefslogtreecommitdiff
path: root/clog.h
diff options
context:
space:
mode:
Diffstat (limited to 'clog.h')
-rw-r--r--clog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clog.h b/clog.h
index 216eed8..663af3f 100644
--- a/clog.h
+++ b/clog.h
@@ -3,6 +3,8 @@
#include <stdarg.h>
+int lprintf(const char *format, ...);
+
int vlprintf(const char *format, va_list ap);
#endif