windows-minidump-20050509
[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
16 void GenerateMiniDump(PEXCEPTION_POINTERS ep);
17 #else /* DJGPP */
18 int afsd_InitCM(char **reasonP, struct cmd_syndesc *as, char *arock);
19 int afsd_InitSMB(char **reasonP);
20 #endif /* !DJGPP */
21 int afsd_InitDaemons(char **reasonP);
22 void afsd_ForceTrace(BOOL flush);
23 void afsd_SetUnhandledExceptionFilter();
24
25 extern char cm_HostName[];
26 extern char cm_NetbiosName[];
27
28