X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;fp=service.h;h=187b57df27213a46e6b48dc0ba45e5442080855e;hb=32a1d0fab47a050086106aac346342c70f4d985b;hp=6a30af6ad6383f3c1e8a9a21252b811f75525fc4;hpb=4643e3384cb6a844aa7817c489c068f6fcd63e22;p=nssm.git diff --git a/service.h b/service.h index 6a30af6..187b57d 100644 --- a/service.h +++ b/service.h @@ -140,6 +140,8 @@ int set_service_description(const TCHAR *, SC_HANDLE, TCHAR *); int get_service_description(const TCHAR *, SC_HANDLE, unsigned long, TCHAR *); int get_service_startup(const TCHAR *, SC_HANDLE, const QUERY_SERVICE_CONFIG *, unsigned long *); int get_service_username(const TCHAR *, const QUERY_SERVICE_CONFIG *, TCHAR **, size_t *); +int set_service_environment(nssm_service_t *); +int unset_service_environment(nssm_service_t *); int pre_install_service(int, TCHAR **); int pre_remove_service(int, TCHAR **); int pre_edit_service(int, TCHAR **);