diff -r f7ed1ea25050 -r 538a777f90c4 QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Sun Oct 11 16:23:59 2009 +0000 +++ b/QTfrontend/SDLs.h Sun Oct 11 20:14:55 2009 +0000 @@ -21,7 +21,7 @@ #include -extern "C" bool openal_init (unsigned int usehardware, unsigned int memorysize); +extern "C" bool openal_init (char *programname, bool usehardware, unsigned int memorysize); extern "C" bool openal_close (void); extern "C" bool openal_ready (void); extern "C" int openal_loadfile (const char *filename);