aboutsummaryrefslogtreecommitdiff
path: root/clog.h
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-04-24 21:55:14 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-04-24 21:55:14 +0200
commitfe47ef3fd93868cbb6ccef92a7fad9ac64cc2122 (patch)
tree554a07edc23ae24c8a82d99c466022a36170b37e /clog.h
parent58ec0a557b08638c3a5b5547f05d087c71f4d437 (diff)
Re-add lprintf but make it use vlprintf
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