summaryrefslogtreecommitdiff
path: root/src/input/net_buf_ctrl.h
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2003-04-13 16:02:53 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2003-04-13 16:02:53 +0000
commit3a24b5fe4aec329d35bd1c00dd6945a26b45b5cf (patch)
tree21ac39d1f79e47c3e00f06acadef6751d58b6c2b /src/input/net_buf_ctrl.h
parentf1b15797f864a417477c120f58c847efec04f1f8 (diff)
downloadxine-lib-3a24b5fe4aec329d35bd1c00dd6945a26b45b5cf.tar.gz
xine-lib-3a24b5fe4aec329d35bd1c00dd6945a26b45b5cf.tar.bz2
Input plugin api change:
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4598 CVS date: 2003/04/13 16:02:53
Diffstat (limited to 'src/input/net_buf_ctrl.h')
-rw-r--r--src/input/net_buf_ctrl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h
index 59f866914..36c720065 100644
--- a/src/input/net_buf_ctrl.h
+++ b/src/input/net_buf_ctrl.h
@@ -31,8 +31,6 @@ nbc_t *nbc_init (xine_stream_t *xine);
void nbc_check_buffers (nbc_t *this);
-void nbc_end_of_stream (nbc_t *this);
-
void nbc_close (nbc_t *this);
void nbc_set_high_water_mark(nbc_t *this, int value);