#ifndef __GUI_PLAYLIST_H #define __GUI_PLAYLIST_H #include extern void HidePlayList( void ); extern GtkWidget* create_PlayList( void ); #endif