1
0
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:
Jelmer Vernooij 2008-06-14 12:14:27 +02:00
parent cd4eddd313
commit 280c411613

View File

@ -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);