diff options
Diffstat (limited to 'src/input/net_buf_ctrl.h')
-rw-r--r-- | src/input/net_buf_ctrl.h | 2 |
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); |