Added nssm_exe().
[nssm.git] / io.h
diff --git a/io.h b/io.h
index 41c0cdb..2bb6782 100644 (file)
--- 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);\r
 void rotate_file(TCHAR *, TCHAR *, unsigned long, unsigned long, unsigned long, unsigned long, bool);\r
 int get_output_handles(nssm_service_t *, STARTUPINFO *);\r
+int use_output_handles(nssm_service_t *, STARTUPINFO *);\r
 void close_output_handles(STARTUPINFO *);\r
 unsigned long WINAPI log_and_rotate(void *);\r
 \r