static void XMMS_FreeLibrary(void) { if (libxmms_handle) { QLIB_FREELIBRARY(libxmms_handle); } }
void vorbis_FreeLibrary(void) { if (libvorbis_handle) { QLIB_FREELIBRARY(libvorbis_handle); } // Maybe need to clear all the function pointers too }
static void XMMS2_FreeLibrary(void) { if (libxmms2_handle) { QLIB_FREELIBRARY(libxmms2_handle); } // Maybe need to clear all the function pointers too }