patch-from-shadow-to-jaltman-bkbox-20031120
[openafs.git] / src / WINNT / afsd / afsd_init.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 void afsi_start();
11
12 #ifndef DJGPP
13 int afsd_InitCM(char **reasonP);
14 int afsd_InitSMB(char **reasonP, void *aMBfunc);
15 #else /* DJGPP */
16 int afsd_InitCM(char **reasonP, struct cmd_syndesc *as, char *arock);
17 int afsd_InitSMB(char **reasonP);
18 #endif /* !DJGPP */
19 int afsd_InitDaemons(char **reasonP);
20 void afsd_ForceTrace(BOOL flush);
21 void afsd_SetUnhandledExceptionFilter();
22
23 extern char cm_HostName[];
24