mirror of
https://github.com/samba-team/samba.git
synced 2025-06-03 17:05:54 +03:00
source4/smbd: Fix prototypes for all functions.
This commit is contained in:
parent
e02f1cd9b1
commit
c104e4ca54
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/filesys.h"
|
||||
#include "smbd/pidfile.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -45,6 +45,8 @@ static int none_setproctitle(const char *fmt, ...)
|
||||
}
|
||||
#endif
|
||||
|
||||
NTSTATUS process_model_prefork_init(void);
|
||||
|
||||
/*
|
||||
called when the process model is selected
|
||||
*/
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include "system/filesys.h"
|
||||
#include "cluster/cluster.h"
|
||||
|
||||
NTSTATUS process_model_single_init(void);
|
||||
|
||||
/*
|
||||
called when the process model is selected
|
||||
*/
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user