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