diff system/Init.h @ 63:23d2b3acff2c

add -log option to redirect stderr in a log file. Command to use: sound-access.exe -log 2> log.txt
author lbajardsilogic
date Fri, 08 Jun 2007 09:51:32 +0000
parents fc9323a41f5a
children
line wrap: on
line diff
--- a/system/Init.h	Fri Jun 08 09:51:06 2007 +0000
+++ b/system/Init.h	Fri Jun 08 09:51:32 2007 +0000
@@ -16,6 +16,6 @@
 #ifndef _SV_SYSTEM_INIT_H_
 #define _SV_SYSTEM_INIT_H_
 
-extern void svSystemSpecificInitialisation();
+extern void svSystemSpecificInitialisation(bool redirect);
 
 #endif