]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/win32service.h
Add <shun:notifyuser>, default on, which notifies the user that their command was...
[user/henk/code/inspircd.git] / win / win32service.h
index 93c9c8e09b731d9082410d86ddec8e3a89bd8389..b6639a49bfdb287f703a634b97d545a1348c495c 100644 (file)
@@ -1,11 +1,10 @@
-#ifndef _WIN32SERVICE_H_\r
-#define _WIN32SERVICE_H_\r
+#ifndef _WIN32SERVICE_H_
+#define _WIN32SERVICE_H_
 
 /* Hook for win32service.cpp to exit properly with the service specific error code */
-#define exit(a) newexit(a)
-void newexit(int status);
-\r
-/* Marks the service as running, not called until the config is parsed */\r
-void SetServiceRunning();\r
-\r
+void SetServiceStopped(int status);
+
+/* Marks the service as running, not called until the config is parsed */
+void SetServiceRunning();
+
 #endif
\ No newline at end of file