X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=io.h;h=d91d39c6af4967354b8dc359bc7f7005265cfc4d;hb=49174f884f545ad3716612114e72c44902884f8c;hp=60c3fd52c0fa928eb242dc9ec293cd0f3aab06fc;hpb=3509063391d4180797926408610608051a8ad626;p=nssm.git diff --git a/io.h b/io.h index 60c3fd5..d91d39c 100644 --- a/io.h +++ b/io.h @@ -30,7 +30,6 @@ int delete_createfile_parameter(HKEY, TCHAR *, TCHAR *); HANDLE append_to_file(TCHAR *, unsigned long, SECURITY_ATTRIBUTES *, unsigned long, unsigned long); void rotate_file(TCHAR *, TCHAR *, unsigned long, unsigned long, unsigned long); int get_output_handles(nssm_service_t *, HKEY, STARTUPINFO *); -void close_output_handles(STARTUPINFO *, bool, bool); void close_output_handles(STARTUPINFO *); unsigned long WINAPI log_and_rotate(void *);