#ifndef __PLAYLIST3_CURRENT_PLAYLIST_BROWSER_H__ #define __PLAYLIST3_CURRENT_PLAYLIST_BROWSER_H__ /** * Do we want to move this in the plugin system aswell */ void pl3_current_playlist_destroy(void); extern gmpcPlugin current_playlist_plug; #endif