From 3a24b5fe4aec329d35bd1c00dd6945a26b45b5cf Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 13 Apr 2003 16:02:53 +0000 Subject: 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 --- src/input/net_buf_ctrl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input/net_buf_ctrl.h') 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); -- cgit v1.2.3