]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - win32service.h
b6639a49bfdb287f703a634b97d545a1348c495c
[user/henk/code/inspircd.git] / 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