summaryrefslogtreecommitdiff
path: root/apps/buffering.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.h')
-rw-r--r--apps/buffering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/buffering.h b/apps/buffering.h
index 218f77ed85..5a1369a31d 100644
--- a/apps/buffering.h
+++ b/apps/buffering.h
@@ -111,9 +111,6 @@ size_t buf_length(void);
111size_t buf_used(void); 111size_t buf_used(void);
112bool buf_pin_handle(int handle_id, bool pin); 112bool buf_pin_handle(int handle_id, bool pin);
113bool buf_signal_handle(int handle_id, bool signal); 113bool buf_signal_handle(int handle_id, bool signal);
114#ifdef HAVE_IO_PRIORITY
115void buf_back_off_storage(bool back_off);
116#endif
117 114
118/* Settings */ 115/* Settings */
119void buf_set_watermark(size_t bytes); 116void buf_set_watermark(size_t bytes);