diff options
Diffstat (limited to 'source4/smbd/process_onefork.c')
-rw-r--r-- | source4/smbd/process_onefork.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |