X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=3a807513461de0dacbc74a61ba16bf73529172ae;hb=fe0f3a497b3ab024c4471458e9c8b9a07388750c;hp=b35edcca2c2f5a2344539bcf889f556b473b8170;hpb=ac3246ff809b060c2be8e0c004e294f0d00e210d;p=nssm.git diff --git a/service.h b/service.h index b35edcc..3a80751 100644 --- a/service.h +++ b/service.h @@ -156,5 +156,6 @@ 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(); #endif