From c104e4ca5436a4c6feab9c40e0286529a8636f7b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:43:15 +0100 Subject: source4/smbd: Fix prototypes for all functions. --- source4/smbd/process_standard.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/smbd/process_standard.c') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index c5cd9fd5b8..6857674e7f 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -42,6 +42,8 @@ static int none_setproctitle(const char *fmt, ...) } #endif +NTSTATUS process_model_standard_init(void); + /* we hold a pipe open in the parent, and the any child processes wait for EOF on that pipe. This ensures that children die when the parent dies */ -- cgit