aboutsummaryrefslogtreecommitdiff
path: root/qlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'qlog.h')
-rw-r--r--qlog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qlog.h b/qlog.h
new file mode 100644
index 0000000..a1eb206
--- /dev/null
+++ b/qlog.h
@@ -0,0 +1,8 @@
+#ifndef QLOG_H
+#define QLOG_H
+
+#include "uint16.h"
+
+extern void qlog(const char *,uint16,const char *,const char *,const char *,const char *);
+
+#endif