X-Git-Url: http://git.iain.cx/?p=nssm.git;a=blobdiff_plain;f=io.h;h=af7e662ae4d8dcc2b911b4b24e5b4ef51d88e922;hp=31f1e0d1fcea5aff6f4553f1007923244d16d47b;hb=ee9a86c8408feaf173733aea12a80211e5d74483;hpb=aecb56aeefcedd850ed274f09b85f62a6f623b5e diff --git a/io.h b/io.h index 31f1e0d..af7e662 100644 --- a/io.h +++ b/io.h @@ -38,6 +38,7 @@ void rotate_file(TCHAR *, TCHAR *, unsigned long, unsigned long, unsigned long, int get_output_handles(nssm_service_t *, STARTUPINFO *); int use_output_handles(nssm_service_t *, STARTUPINFO *); void close_output_handles(STARTUPINFO *); +void cleanup_loggers(nssm_service_t *); unsigned long WINAPI log_and_rotate(void *); #endif