Ensure we call free_imports() when exiting.
[nssm.git] / registry.h
index d8018ac..ad7cd7a 100644 (file)
@@ -43,6 +43,7 @@ long open_registry(const TCHAR *, const TCHAR *, REGSAM sam, HKEY *, bool);
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam, bool);\r
 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);\r
 HKEY open_registry(const TCHAR *, REGSAM sam);\r
+long enumerate_registry_values(HKEY, unsigned long *, TCHAR *, unsigned long);\r
 int create_messages();\r
 int create_parameters(nssm_service_t *, bool);\r
 int create_exit_action(TCHAR *, const TCHAR *, bool);\r
@@ -59,6 +60,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