summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/net_buf_ctrl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h
index 8f5f96570..59f866914 100644
--- a/src/input/net_buf_ctrl.h
+++ b/src/input/net_buf_ctrl.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2000-2002 the xine project
*
* This file is part of xine, a free video player.
@@ -31,6 +31,8 @@ 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);