OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/WINNT/afsd/afsd_init.h
00001 /*
00002  * Copyright 2000, International Business Machines Corporation and others.
00003  * All Rights Reserved.
00004  *
00005  * This software has been released under the terms of the IBM Public
00006  * License.  For details, see the LICENSE file in the top-level source
00007  * directory or online at http://www.openafs.org/dl/license10.html
00008  */
00009 
00010 void afsi_start();
00011 
00012 int afsd_InitCM(char **reasonP);
00013 int afsd_InitSMB(char **reasonP, void *aMBfunc);
00014 
00015 void GenerateMiniDump(PEXCEPTION_POINTERS ep);
00016 int afsd_InitDaemons(char **reasonP);
00017 int afsd_ShutdownCM(void);
00018 void afsd_ForceTrace(BOOL flush);
00019 void afsd_SetUnhandledExceptionFilter();
00020 
00021 extern char cm_HostName[];
00022 extern char cm_NetbiosName[];
00023 extern clientchar_t cm_NetbiosNameC[];
00024 
 All Data Structures Files Functions Variables