X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=fa8ac787857da82f9c7de65a23e3b6d562a5297b;hb=b013e3bce4a3abd1e0c02297a2ac8d6c6d66c169;hp=7e8d0ab683263279eb7f05856dd5cd585a67af1d;hpb=de47d8ddf95aeddbdcaf0d9ecf2d126aae9a5df7;p=nssm.git diff --git a/service.h b/service.h index 7e8d0ab..fa8ac78 100644 --- a/service.h +++ b/service.h @@ -164,5 +164,6 @@ 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 service_process_tree(int, TCHAR **); #endif