diff options
Diffstat (limited to 'frontend.h')
-rw-r--r-- | frontend.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.19 2008-03-16 21:40:55 phintuka Exp $ + * $Id: frontend.h,v 1.20 2008-04-03 08:08:27 phintuka Exp $ * */ @@ -70,6 +70,8 @@ class cXinelibThread : public cThread, public cListObject virtual int Xine_Control(const char *cmd) = 0; virtual int Xine_Control_Sync(const char *cmd) { return Xine_Control(cmd); } + void Configure(void); + // // Data transfer // |