From ac3246ff809b060c2be8e0c004e294f0d00e210d Mon Sep 17 00:00:00 2001
From: Iain Patterson <me@iain.cx>
Date: Mon, 23 Feb 2015 21:47:01 +0000
Subject: [PATCH] Compiler food.

Missing header from previous commit.
---
 service.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/service.h b/service.h
index 187b57d..b35edcc 100644
--- 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 *);
 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 *);
+void set_service_environment(nssm_service_t *);
+void unset_service_environment(nssm_service_t *);
 int pre_install_service(int, TCHAR **);
 int pre_remove_service(int, TCHAR **);
 int pre_edit_service(int, TCHAR **);
-- 
2.20.1