X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=aa14e0076de08287a366043642d7689614d601e1;hb=54438652fac1f4f8dc6120bbfa8aac766aa656d3;hp=da3c8b8f70d46b612f2c9f5dd00027c0c0ba3987;hpb=c262633514e151f681f4d8234185e2212a959c27;p=nssm.git diff --git a/registry.h b/registry.h index da3c8b8..aa14e00 100644 --- a/registry.h +++ b/registry.h @@ -34,9 +34,7 @@ HKEY open_registry(const TCHAR *, REGSAM sam); int create_messages(); int create_parameters(nssm_service_t *, bool); int create_exit_action(TCHAR *, const TCHAR *, bool); -int set_environment(TCHAR *, HKEY, TCHAR *, TCHAR **, unsigned long *); -int format_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *); -int unformat_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *); +int get_environment(TCHAR *, HKEY, TCHAR *, TCHAR **, unsigned long *); int get_string(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool, bool); int get_string(HKEY, TCHAR *, TCHAR *, unsigned long, bool); int expand_parameter(HKEY, TCHAR *, TCHAR *, unsigned long, bool, bool);