summaryrefslogtreecommitdiff
path: root/src/daemontools-extras/lolsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemontools-extras/lolsyslog.h')
-rw-r--r--src/daemontools-extras/lolsyslog.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/daemontools-extras/lolsyslog.h b/src/daemontools-extras/lolsyslog.h
new file mode 100644
index 0000000..7364412
--- /dev/null
+++ b/src/daemontools-extras/lolsyslog.h
@@ -0,0 +1,10 @@
+/* ISC license. */
+
+#ifndef LOLSYSLOG_H
+#define LOLSYSLOG_H
+
+#define LOLSYSLOG_STRING 32
+
+extern size_t lolsyslog_string (char *, char const *) ;
+
+#endif