X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=a8e0bcf7f1f7505286c4ea877282ca2094dd3185;hb=ee9a86c8408feaf173733aea12a80211e5d74483;hp=7e8d0ab683263279eb7f05856dd5cd585a67af1d;hpb=de47d8ddf95aeddbdcaf0d9ecf2d126aae9a5df7;p=nssm.git diff --git a/service.h b/service.h index 7e8d0ab..a8e0bcf 100644 --- a/service.h +++ b/service.h @@ -163,6 +163,7 @@ int stop_service(nssm_service_t *, unsigned long, bool, bool); void CALLBACK end_service(void *, unsigned char); void throttle_restart(nssm_service_t *); int await_single_handle(SERVICE_STATUS_HANDLE, SERVICE_STATUS *, HANDLE, TCHAR *, TCHAR *, unsigned long); -int list_nssm_services(); +int list_nssm_services(int, TCHAR **); +int service_process_tree(int, TCHAR **); #endif