Added append_to/remove_from_dependencies().
[nssm.git] / service.h
index 1a1b263..7e8d0ab 100644 (file)
--- a/service.h
+++ b/service.h
@@ -138,6 +138,8 @@ void cleanup_nssm_service(nssm_service_t *);
 SC_HANDLE open_service_manager(unsigned long);\r
 SC_HANDLE open_service(SC_HANDLE, TCHAR *, unsigned long, TCHAR *, unsigned long);\r
 QUERY_SERVICE_CONFIG *query_service_config(const TCHAR *, SC_HANDLE);\r
+int append_to_dependencies(TCHAR *, unsigned long, TCHAR *, TCHAR **, unsigned long *, int);\r
+int remove_from_dependencies(TCHAR *, unsigned long, TCHAR *, TCHAR **, unsigned long *, int);\r
 int set_service_dependencies(const TCHAR *, SC_HANDLE, TCHAR *);\r
 int get_service_dependencies(const TCHAR *, SC_HANDLE, TCHAR **, unsigned long *, int);\r
 int get_service_dependencies(const TCHAR *, SC_HANDLE, TCHAR **, unsigned long *);\r