From 6d99be7149ce15e10460f80a218b0f4333b8c4be Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 23 Mar 2000 16:22:29 +0000 Subject: Function to read one line of any size from a stream and return it in * camel-stream-buffer.c (camel_stream_buffer_read_line): Function to read one line of any size from a stream and return it in allocated memory. Also add camel-stream-buffer.h to camel.h and CamelStreamBuffer to camel-types.h. svn path=/trunk/; revision=2152 --- camel/camel-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-types.h') diff --git a/camel/camel-types.h b/camel/camel-types.h index c070404e95..924c51db6d 100644 --- a/camel/camel-types.h +++ b/camel/camel-types.h @@ -45,6 +45,7 @@ typedef struct _CamelSimpleDataWrapper CamelSimpleDataWrapper; typedef struct _CamelSimpleDataWrapperStream CamelSimpleDataWrapperStream; typedef struct _CamelStore CamelStore; typedef struct _CamelStream CamelStream; +typedef struct _CamelStreamBuffer CamelStreamBuffer; typedef struct _CamelStreamBufferedFs CamelStreamBufferedFs; typedef struct _CamelStreamDataWrapper CamelStreamDataWrapper; typedef struct _CamelStreamFs CamelStreamFs; -- cgit