]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - win/win32service.h
Merge pull request #55 from Justasic/insp20
[user/henk/code/inspircd.git] / win / win32service.h
1 #ifndef WIN32SERVICE_H
2 #define WIN32SERVICE_H
3
4 /* Hook for win32service.cpp to exit properly with the service specific error code */
5 void SetServiceStopped(int status);
6
7 /* Marks the service as running, not called until the config is parsed */
8 void SetServiceRunning();
9
10 #endif