From bd29062df3c929ec338db7aa08363e3167a5429a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 26 Dec 2010 15:52:56 -0500 Subject: Expose buffer type for other C libraries; replace minusSeconds with addSeconds --- include/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h index 37fcfb7f..ddc46b27 100644 --- a/include/types.h +++ b/include/types.h @@ -94,4 +94,9 @@ typedef struct { #define ERROR_BUF_LEN 1024 +typedef struct { + size_t max; + char *start, *front, *back; +} uw_buffer; + #endif -- cgit v1.2.3