summaryrefslogtreecommitdiffstats
path: root/src/util/child_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/child_common.h')
-rw-r--r--src/util/child_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/child_common.h b/src/util/child_common.h
index f1b41ace9..b93991832 100644
--- a/src/util/child_common.h
+++ b/src/util/child_common.h
@@ -114,8 +114,6 @@ errno_t exec_child(TALLOC_CTX *mem_ctx,
int *pipefd_to_child, int *pipefd_from_child,
const char *binary, int debug_fd);
-void child_cleanup(int readfd, int writefd);
-
int child_io_destructor(void *ptr);
errno_t child_debug_init(const char *logfile, int *debug_fd);