#ifndef __GUI_PLAYLIST_H
#define __GUI_PLAYLIST_H
#include <gtk/gtk.h>
extern void HidePlayList( void );
extern GtkWidget* create_PlayList( void );
#endif