summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/pl.h
blob: 9c82b730f9444ca1c3c5859a9712cf703b8a9306 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MPLAYER_GUI_PL_H
#define MPLAYER_GUI_PL_H

#include <gtk/gtk.h>

extern void ShowPlayList( void );
extern void HidePlayList( void );

extern GtkWidget * create_PlayList (void);

#endif /* MPLAYER_GUI_PL_H */