Handle more RPC service names
[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 int afsd_InitCM(char **reasonP);
13 int afsd_InitSMB(char **reasonP, void *aMBfunc);
14
15 void GenerateMiniDump(PEXCEPTION_POINTERS ep);
16 int afsd_InitDaemons(char **reasonP);
17 int afsd_ShutdownCM(void);
18 void afsd_ForceTrace(BOOL flush);
19 void afsd_SetUnhandledExceptionFilter();
20
21 extern char cm_HostName[];
22 extern char cm_NetbiosName[];
23 extern clientchar_t cm_NetbiosNameC[];
24