summaryrefslogtreecommitdiff
path: root/apps/buffering.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.h')
-rw-r--r--apps/buffering.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/buffering.h b/apps/buffering.h
index a5ad1e283b..29771adc1a 100644
--- a/apps/buffering.h
+++ b/apps/buffering.h
@@ -37,7 +37,10 @@ enum data_type {
37 37
38 38
39/* Initialise the buffering subsystem */ 39/* Initialise the buffering subsystem */
40bool buffering_init(char *buf, size_t buflen); 40void buffering_init(void);
41
42/* Reset the buffering system */
43bool buffering_reset(char *buf, size_t buflen);
41 44
42 45
43/*************************************************************************** 46/***************************************************************************