aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/iobuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index dd7c91ca4..413650af8 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -26,7 +26,6 @@
#define DBG_IOBUF iobuf_debug_mode
-
#define IOBUFCTRL_INIT 1
#define IOBUFCTRL_FREE 2
#define IOBUFCTRL_UNDERFLOW 3
@@ -155,4 +154,6 @@ int iobuf_translate_file_handle ( int fd, int for_write );
#define iobuf_get_temp_length(a) ( (a)->d.len )
#define iobuf_is_temp(a) ( (a)->use == 3 )
+void iobuf_skip_rest (IOBUF a, unsigned long n, int partial);
+
#endif /*G10_IOBUF_H*/