Tidy up French GUI.
[nssm.git] / registry.h
index 11c4e69..25ba091 100644 (file)
@@ -32,6 +32,7 @@
 #define NSSM_REG_ROTATE_BYTES_LOW _T("AppRotateBytes")\r
 #define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh")\r
 #define NSSM_REG_ROTATE_DELAY _T("AppRotateDelay")\r
+#define NSSM_REG_TIMESTAMP_LOG _T("AppTimestampLog")\r
 #define NSSM_REG_PRIORITY _T("AppPriority")\r
 #define NSSM_REG_AFFINITY _T("AppAffinity")\r
 #define NSSM_REG_NO_CONSOLE _T("AppNoConsole")\r
@@ -60,6 +61,9 @@ int get_number(HKEY, TCHAR *, unsigned long *, bool);
 int get_number(HKEY, TCHAR *, unsigned long *);\r
 int format_double_null(TCHAR *, unsigned long, TCHAR **, unsigned long *);\r
 int unformat_double_null(TCHAR *, unsigned long, TCHAR **, unsigned long *);\r
+int copy_double_null(TCHAR *, unsigned long, TCHAR **);\r
+int append_to_double_null(TCHAR *, unsigned long, TCHAR **, unsigned long *, TCHAR *, size_t, bool);\r
+int remove_from_double_null(TCHAR *, unsigned long, TCHAR **, unsigned long *, TCHAR *, size_t, bool);\r
 void override_milliseconds(TCHAR *, HKEY, TCHAR *, unsigned long *, unsigned long, unsigned long);\r
 int get_io_parameters(nssm_service_t *, HKEY);\r
 int get_parameters(nssm_service_t *, STARTUPINFO *);\r