Compiler food.
authorIain Patterson <me@iain.cx>
Mon, 23 Feb 2015 21:47:01 +0000 (21:47 +0000)
committerIain Patterson <me@iain.cx>
Mon, 23 Feb 2015 21:47:01 +0000 (21:47 +0000)
Missing header from previous commit.

service.h

index 187b57d..b35edcc 100644 (file)
--- a/service.h
+++ b/service.h
@@ -140,8 +140,8 @@ int set_service_description(const TCHAR *, SC_HANDLE, TCHAR *);
 int get_service_description(const TCHAR *, SC_HANDLE, unsigned long, TCHAR *);\r
 int get_service_startup(const TCHAR *, SC_HANDLE, const QUERY_SERVICE_CONFIG *, unsigned long *);\r
 int get_service_username(const TCHAR *, const QUERY_SERVICE_CONFIG *, TCHAR **, size_t *);\r
-int set_service_environment(nssm_service_t *);\r
-int unset_service_environment(nssm_service_t *);\r
+void set_service_environment(nssm_service_t *);\r
+void unset_service_environment(nssm_service_t *);\r
 int pre_install_service(int, TCHAR **);\r
 int pre_remove_service(int, TCHAR **);\r
 int pre_edit_service(int, TCHAR **);\r