summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-08-17 16:15:36 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-08-17 16:15:36 +0000
commit31f9517d0a924c20dae8b9c6d5cc839c48b0311a (patch)
treec145ac68c73ccf9c2b2ea212177aa10a4d05bd93 /src/input/input_plugin.h
parente48313f4507bd8c37b31ac0ccd7fe74128c7b6ed (diff)
downloadxine-lib-31f9517d0a924c20dae8b9c6d5cc839c48b0311a.tar.gz
xine-lib-31f9517d0a924c20dae8b9c6d5cc839c48b0311a.tar.bz2
Add xine_seek() and friends.
CVS patchset: 446 CVS date: 2001/08/17 16:15:36
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r--src/input/input_plugin.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index fa4e0a656..c6aa19131 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.11 2001/08/16 12:33:00 ehasenle Exp $
+ * $Id: input_plugin.h,v 1.12 2001/08/17 16:15:36 f1rmb Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -33,7 +33,7 @@ extern "C" {
#include "buffer.h"
#include "configfile.h"
-#define INPUT_PLUGIN_IFACE_VERSION 2
+#define INPUT_PLUGIN_IFACE_VERSION 3
/*
* Return pointer of allocate/cleaned memory size *size*.
@@ -234,6 +234,12 @@ struct input_plugin_s
/*
+ * stop input source
+ */
+ void (*stop) (input_plugin_t *this);
+
+
+ /*
* close input source
*/
void (*close) (input_plugin_t *this);