diff -r a8c673657b79 -r 0e968ba12a84 misc/libopenalbridge/openalbridge.h --- a/misc/libopenalbridge/openalbridge.h Fri Jun 18 14:45:05 2010 +0200 +++ b/misc/libopenalbridge/openalbridge.h Mon Jun 21 16:08:24 2010 +0200 @@ -27,7 +27,7 @@ #endif // init audio context and allocate memory - int openal_init (int memorysize); + int openal_init (void); // close audio subsytem and free memory void openal_close (void);