Log that we received control messages.
[nssm.git] / service.h
index fb52c16..3838700 100644 (file)
--- a/service.h
+++ b/service.h
@@ -4,6 +4,8 @@
 #define ACTION_LEN 16\r
 \r
 void WINAPI service_main(unsigned long, char **);\r
+char *service_control_text(unsigned long);\r
+void log_service_control(char *, unsigned long, bool);\r
 unsigned long WINAPI service_control_handler(unsigned long, unsigned long, void *, void *);\r
 \r
 SC_HANDLE open_service_manager();\r
@@ -16,5 +18,6 @@ int monitor_service();
 int start_service();\r
 int stop_service(unsigned long, bool, bool);\r
 void CALLBACK end_service(void *, unsigned char);\r
+void throttle_restart();\r
 \r
 #endif\r