X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=io.h;h=b262db11f0fc3b800f09e213a18901ad421a5aac;hb=2f68d60ad478ec2bf14086b7ef3726824af462b8;hp=cb067eb62959815fdc121e2a91840e227b977673;hpb=b0a6672810ee06052dc3dcf268274d06f0e82a50;p=nssm.git diff --git a/io.h b/io.h index cb067eb..b262db1 100644 --- a/io.h +++ b/io.h @@ -29,7 +29,7 @@ int set_createfile_parameter(HKEY, TCHAR *, TCHAR *, unsigned long); int delete_createfile_parameter(HKEY, TCHAR *, TCHAR *); HANDLE write_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 *); +int get_output_handles(nssm_service_t *, STARTUPINFO *); void close_output_handles(STARTUPINFO *); unsigned long WINAPI log_and_rotate(void *);