X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=registry.h;h=aa14e0076de08287a366043642d7689614d601e1;hb=54438652fac1f4f8dc6120bbfa8aac766aa656d3;hp=390e0329b8db7d044058d738e16b4713efc214c9;hpb=e3b93d0c37ae200fa0375e4be6f435008050b385;p=nssm.git diff --git a/registry.h b/registry.h index 390e032..aa14e00 100644 --- a/registry.h +++ b/registry.h @@ -34,7 +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 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);