Added format_environment() and unformat_environment().
[nssm.git] / registry.h
index 348c0c4..7af093c 100644 (file)
@@ -31,6 +31,8 @@ int create_messages();
 int create_parameters(nssm_service_t *, bool);\r
 int create_exit_action(TCHAR *, const TCHAR *, bool);\r
 int set_environment(TCHAR *, HKEY, TCHAR *, TCHAR **, unsigned long *);\r
+int format_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *);\r
+int unformat_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *);\r
 int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool);\r
 int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool);\r
 int set_expand_string(HKEY, TCHAR *, TCHAR *);\r