diff options
Diffstat (limited to 'src/daemontools-extras/lolsyslog.h')
-rw-r--r-- | src/daemontools-extras/lolsyslog.h | 10 |
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 |