mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix prototype for pthread process model.
This commit is contained in:
parent
cd4eddd313
commit
280c411613
@ -81,6 +81,7 @@ _PUBLIC_ NTSTATUS register_process_model(const void *_ops)
|
||||
|
||||
_PUBLIC_ NTSTATUS process_model_init(struct loadparm_context *lp_ctx)
|
||||
{
|
||||
extern NTSTATUS process_model_thread_init(void);
|
||||
extern NTSTATUS process_model_standard_init(void);
|
||||
extern NTSTATUS process_model_prefork_init(void);
|
||||
extern NTSTATUS process_model_single_init(void);
|
||||
|
Loading…
Reference in New Issue
Block a user