Split get_output_handles() into get_io_parameters().
[nssm.git] / io.h
diff --git a/io.h b/io.h
index cb067eb..b262db1 100644 (file)
--- 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 *);\r
 HANDLE write_to_file(TCHAR *, unsigned long, SECURITY_ATTRIBUTES *, unsigned long, unsigned long);\r
 void rotate_file(TCHAR *, TCHAR *, unsigned long, unsigned long, unsigned long);\r
-int get_output_handles(nssm_service_t *, HKEY, STARTUPINFO *);\r
+int get_output_handles(nssm_service_t *, STARTUPINFO *);\r
 void close_output_handles(STARTUPINFO *);\r
 unsigned long WINAPI log_and_rotate(void *);\r
 \r