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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/stls/stls-internal.h b/src/stls/stls-internal.h
index d5c59e7..afe7a80 100644
--- a/src/stls/stls-internal.h
+++ b/src/stls/stls-internal.h
@@ -3,9 +3,6 @@
#ifndef STLS_INTERNAL_H
#define STLS_INTERNAL_H
-#include <sys/types.h>
-#include <stdint.h>
-
-extern pid_t stls_prep_spawn_drop (char const *const *, char const *const *, int *, uid_t, gid_t, uint32_t) ;
+extern void stls_drop (void) ;
#endif