From 28f5b4e7a5cce43198269f26583e66a232a976b5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 20 Aug 2022 09:20:56 +0000 Subject: Factor s6_auto_write_logrun into a new libs6auto libs6auto distinct from libs6 because of execline dep. Signed-off-by: Laurent Bercot --- src/include/s6/auto.h | 11 +++++++++++ src/include/s6/s6.h | 1 + 2 files changed, 12 insertions(+) create mode 100644 src/include/s6/auto.h (limited to 'src/include') diff --git a/src/include/s6/auto.h b/src/include/s6/auto.h new file mode 100644 index 0000000..b8faff6 --- /dev/null +++ b/src/include/s6/auto.h @@ -0,0 +1,11 @@ +/* ISC license. */ + +#ifndef S6_AUTO_H +#define S6_AUTO_H + +#include +#include + +int s6_auto_write_logrun (char const *, char const *, char const *, unsigned int, unsigned int, uint64_t, uint64_t, stralloc *) ; + +#endif diff --git a/src/include/s6/s6.h b/src/include/s6/s6.h index 5b32a86..ef521bb 100644 --- a/src/include/s6/s6.h +++ b/src/include/s6/s6.h @@ -9,5 +9,6 @@ #include #include #include +#include #endif -- cgit v1.3.1