summaryrefslogtreecommitdiff
path: root/src/stls/stls-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stls/stls-internal.h')
-rw-r--r--src/stls/stls-internal.h10
1 files changed, 10 insertions, 0 deletions
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 <sys/types.h>
+
+extern pid_t stls_clean_tls_and_spawn (char const *const *, char const *const *, int *, uint32_t) ;
+
+#endif