summaryrefslogtreecommitdiff
path: root/src/input/net_buf_ctrl.h
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 00:42:02 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 00:42:02 +0100
commita160c9eb759c921ebc2aa4f6b0464482857061d9 (patch)
tree8801445c552c6e89306cd5efdd668863944be4d0 /src/input/net_buf_ctrl.h
parentb276d896552de4ca7b78a59637be395a71b8adb9 (diff)
parent53926f54e4dcf163afd397ed937c8b542535ee0b (diff)
downloadxine-lib-a160c9eb759c921ebc2aa4f6b0464482857061d9.tar.gz
xine-lib-a160c9eb759c921ebc2aa4f6b0464482857061d9.tar.bz2
Merge.
Diffstat (limited to 'src/input/net_buf_ctrl.h')
-rw-r--r--src/input/net_buf_ctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h
index 3f4b4b3bf..7dfb7b0d1 100644
--- a/src/input/net_buf_ctrl.h
+++ b/src/input/net_buf_ctrl.h
@@ -29,12 +29,12 @@ typedef struct nbc_s nbc_t;
nbc_t *nbc_init (xine_stream_t *xine) XINE_MALLOC;
-void nbc_check_buffers (nbc_t *this);
+void nbc_check_buffers (nbc_t *this) XINE_DEPRECATED;
void nbc_close (nbc_t *this);
-void nbc_set_high_water_mark(nbc_t *this, int value);
+void nbc_set_high_water_mark(nbc_t *this, int value) XINE_DEPRECATED;
-void nbc_set_low_water_mark(nbc_t *this, int value);
+void nbc_set_low_water_mark(nbc_t *this, int value) XINE_DEPRECATED;
#endif