summaryrefslogtreecommitdiff
path: root/apps/buffering.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.h')
-rw-r--r--apps/buffering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/buffering.h b/apps/buffering.h
index 6e17b65d8c..c3a9f928d1 100644
--- a/apps/buffering.h
+++ b/apps/buffering.h
@@ -44,6 +44,7 @@ enum data_type {
44#define ERR_INVALID_VALUE -3 44#define ERR_INVALID_VALUE -3
45#define ERR_FILE_ERROR -4 45#define ERR_FILE_ERROR -4
46#define ERR_HANDLE_NOT_DONE -5 46#define ERR_HANDLE_NOT_DONE -5
47#define ERR_UNSUPPORTED_TYPE -6
47 48
48 49
49/* Initialise the buffering subsystem */ 50/* Initialise the buffering subsystem */