summaryrefslogtreecommitdiff
path: root/src/input/net_buf_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/net_buf_ctrl.h')
-rw-r--r--src/input/net_buf_ctrl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h
index 0f6e515c6..8f5f96570 100644
--- a/src/input/net_buf_ctrl.h
+++ b/src/input/net_buf_ctrl.h
@@ -33,4 +33,8 @@ void nbc_check_buffers (nbc_t *this);
void nbc_close (nbc_t *this);
+void nbc_set_high_water_mark(nbc_t *this, int value);
+
+void nbc_set_low_water_mark(nbc_t *this, int value);
+
#endif