OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/WINNT/afsd/afsd_eventlog.h
00001 // This header contains needed definitions and declarations for afsd's
00002 // event logging functions.
00003 
00004 #ifndef __AFSD_EVENTLOG_H_
00005 #define __AFSD_EVENTLOG_H_ 1
00006 
00007 // Include the event log message definitions.
00008 #include "afsd_eventmessages.h"
00009 
00010 VOID LogEventMessage(WORD wEventType, DWORD dwEventID, DWORD dwMessageID);
00011 VOID LogEvent(WORD wEventType, DWORD dwEventID, ...);
00012 #endif /* __AFSD_EVENTLOG_H_ */
 All Data Structures Files Functions Variables