Added 'extern' keyword to (temporary) declaration inside a function,

which reportedly prevents problems on some platforms.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1356 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-04-07 23:08:15 +00:00
parent 848aa115b4
commit e5f2bfa55c
+1 -1
View File
@@ -889,7 +889,7 @@ while (--ac > 0)
/* TODO: Put initAudio back in main where it belongs once threading
* is gone.
*/
sint32 initAudio (sint32 driver, sint32 flags);
extern sint32 initAudio (sint32 driver, sint32 flags);
initAudio (snddriver, soundflags);
if (LoadKernel (0,0))