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_onefork.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/smbd/process_onefork.c') diff --git a/source4/smbd/process_onefork.c b/source4/smbd/process_onefork.c index 59e583dca3..979a8e10ad 100644 --- a/source4/smbd/process_onefork.c +++ b/source4/smbd/process_onefork.c @@ -45,6 +45,8 @@ static int none_setproctitle(const char *fmt, ...) } #endif +NTSTATUS process_model_onefork_init(void); + /* called when the process model is selected */ -- cgit