X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=io.h;h=2bb678200b826e8f25f7b29a0723f4142739be6a;hb=caaaa1208f29647987173f7d9bc1aa75b58757b7;hp=41c0cdb42412c2fc5b81bc850e7fc2b90dff2815;hpb=f7f20a0b3ecbb0e1a2eb59f95b50f0625b37c671;p=nssm.git diff --git a/io.h b/io.h index 41c0cdb..2bb6782 100644 --- a/io.h +++ b/io.h @@ -32,6 +32,7 @@ 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, unsigned long, bool); int get_output_handles(nssm_service_t *, STARTUPINFO *); +int use_output_handles(nssm_service_t *, STARTUPINFO *); void close_output_handles(STARTUPINFO *); unsigned long WINAPI log_and_rotate(void *);