Tidy up French GUI.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 118d20f..e50f946 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -46,6 +46,7 @@
 #include <shlwapi.h>\r
 #include <stdarg.h>\r
 #include <stdio.h>\r
+#include "utf8.h"\r
 #include "service.h"\r
 #include "account.h"\r
 #include "console.h"\r
@@ -61,7 +62,9 @@
 #include "gui.h"\r
 #endif\r
 \r
+void nssm_exit(int);\r
 int str_equiv(const TCHAR *, const TCHAR *);\r
+int quote(const TCHAR *, TCHAR *, size_t);\r
 void strip_basename(TCHAR *);\r
 int str_number(const TCHAR *, unsigned long *, TCHAR **);\r
 int str_number(const TCHAR *, unsigned long *);\r
@@ -153,4 +156,7 @@ const TCHAR *nssm_exe();
 /* How many milliseconds to wait for outstanding hooks. */\r
 #define NSSM_HOOK_THREAD_DEADLINE 80000\r
 \r
+/* How many milliseconds to wait for closing logging thread. */\r
+#define NSSM_CLEANUP_LOGGERS_DEADLINE 1500\r
+\r
 #endif\r