From bcb5a60f7f1ad543a72dcedea8bc188d250e257c Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 21 Aug 2009 10:39:04 +0000 Subject: Merge from trunk: vdr_input_plugin_if_t --- xine_input_vdr.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xine_input_vdr.h b/xine_input_vdr.h index 3e60edc7..65716e36 100644 --- a/xine_input_vdr.h +++ b/xine_input_vdr.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.h,v 1.5.2.1 2009-06-11 22:06:20 phintuka Exp $ + * $Id: xine_input_vdr.h,v 1.5.2.2 2009-08-21 10:39:04 phintuka Exp $ * */ @@ -20,6 +20,7 @@ extern "C" { #include "xine_input_vdr_mrl.h" struct input_plugin_s; +struct vdr_input_plugin_if_s; struct osd_command_s; struct frontend_s; @@ -39,6 +40,11 @@ typedef struct vdr_input_plugin_funcs_s { int (*input_control)(struct input_plugin_s *, const char *, const char *, int, int); } vdr_input_plugin_funcs_t; +typedef struct vdr_input_plugin_if_s { + input_plugin_t input_plugin; + vdr_input_plugin_funcs_t f; +} vdr_input_plugin_if_t; + #define CONTROL_OK 0 #define CONTROL_UNKNOWN -1 #define CONTROL_PARAM_ERROR -2 -- cgit v1.2.3