X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=390e0329b8db7d044058d738e16b4713efc214c9;hb=e3b93d0c37ae200fa0375e4be6f435008050b385;hp=da3c8b8f70d46b612f2c9f5dd00027c0c0ba3987;hpb=c262633514e151f681f4d8234185e2212a959c27;p=nssm.git diff --git a/registry.h b/registry.h index da3c8b8..390e032 100644 --- a/registry.h +++ b/registry.h @@ -35,8 +35,6 @@ 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_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);