summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend.h b/frontend.h
index 31a25d0e..ab362ee2 100644
--- a/frontend.h
+++ b/frontend.h
@@ -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
//