summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-04-26 22:34:31 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-04-26 22:34:31 +0000
commit5400f6f5377b1f80ae21a977e8ca7617b567c55b (patch)
tree50da57d2fce9624a75327ff16de3f3f2e28964e1 /src/input/input_plugin.h
parent7920f431c6458779669bac3094b0e48d9c6e222c (diff)
downloadxine-lib-5400f6f5377b1f80ae21a977e8ca7617b567c55b.tar.gz
xine-lib-5400f6f5377b1f80ae21a977e8ca7617b567c55b.tar.bz2
bump up input plugin interface version number
CVS patchset: 4692 CVS date: 2003/04/26 22:34:31
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r--src/input/input_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index cf29a022e..47244bf8e 100644
--- a/src/input/input_plugin.h
+++ b/src/input/input_plugin.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_plugin.h,v 1.47 2003/04/13 16:02:54 tmattern Exp $
+ * $Id: input_plugin.h,v 1.48 2003/04/26 22:34:32 guenter Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -29,7 +29,7 @@
#include "buffer.h"
#include "configfile.h"
-#define INPUT_PLUGIN_IFACE_VERSION 12
+#define INPUT_PLUGIN_IFACE_VERSION 13
typedef struct input_class_s input_class_t ;
typedef struct input_plugin_s input_plugin_t;