]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - win/win32service.h
Properly give the service specific exit code on failure to start. Now we just need...
[user/henk/code/inspircd.git] / win / win32service.h
1 #ifndef _WIN32SERVICE_H_\r
2 #define _WIN32SERVICE_H_\r
3
4 /* Hook for win32service.cpp to exit properly with the service specific error code */
5 void SetServiceStopped(int status);
6 \r
7 /* Marks the service as running, not called until the config is parsed */\r
8 void SetServiceRunning();\r
9 \r
10 #endif