From e111399fba5ae5ced85fbeac392539052b050324 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 5 Feb 2002 00:21:14 +0000 Subject: Use camel_mime_parser_read to read internal parser data. 2002-02-04 Jeffrey Stedfast * camel-http-stream.c (stream_read): Use camel_mime_parser_read to read internal parser data. (camel_http_stream_get_content_type): Implemented. * camel-mime-utils.c (header_decode_int): Made public. svn path=/trunk/; revision=15571 --- camel/camel-mime-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-mime-utils.c') diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index 9f0c5fa662..660cc3575d 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -1815,8 +1815,8 @@ header_decode_value(const char **in) return NULL; } -/* shoudl this return -1 for no int? */ -static int +/* should this return -1 for no int? */ +int header_decode_int(const char **in) { const char *inptr = *in; -- cgit v1.2.3