From 5d38ea056c82221a0ddc206cd57dd7c1852a3159 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Dec 2016 13:44:23 +0000 Subject: Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking easier. --- src/stls/stls-internal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/stls/stls-internal.h (limited to 'src/stls/stls-internal.h') diff --git a/src/stls/stls-internal.h b/src/stls/stls-internal.h new file mode 100644 index 0000000..85fc825 --- /dev/null +++ b/src/stls/stls-internal.h @@ -0,0 +1,10 @@ +/* ISC license. */ + +#ifndef STLS_INTERNAL_H +#define STLS_INTERNAL_H + +#include + +extern pid_t stls_clean_tls_and_spawn (char const *const *, char const *const *, int *, uint32_t) ; + +#endif -- cgit v1.2.3