X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=io.h;h=af7e662ae4d8dcc2b911b4b24e5b4ef51d88e922;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=31f1e0d1fcea5aff6f4553f1007923244d16d47b;hpb=ca07ff62f7896566f9cf5bf91abda99c9641137b;p=nssm.git 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