aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-types.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-05 08:21:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-05 08:21:14 +0800
commite111399fba5ae5ced85fbeac392539052b050324 (patch)
tree143668295553403853c09cefc08c8939fc9b911e /camel/camel-types.h
parentf4f407373fa4eefa1c1514572633b0528054a7a2 (diff)
downloadgsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar.gz
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar.bz2
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar.lz
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar.xz
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.tar.zst
gsoc2013-evolution-e111399fba5ae5ced85fbeac392539052b050324.zip
Use camel_mime_parser_read to read internal parser data.
2002-02-04 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/camel-types.h')
-rw-r--r--camel/camel-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-types.h b/camel/camel-types.h
index 6765424b39..86da09cae4 100644
--- a/camel/camel-types.h
+++ b/camel/camel-types.h
@@ -71,6 +71,7 @@ typedef struct _CamelTcpStream CamelTcpStream;
typedef struct _CamelTcpStreamRaw CamelTcpStreamRaw;
typedef struct _CamelTcpStreamSSL CamelTcpStreamSSL;
typedef struct _CamelTcpStreamOpenSSL CamelTcpStreamOpenSSL;
+typedef struct _CamelHttpStream CamelHttpStream;
typedef struct _CamelTransport CamelTransport;
#ifdef __cplusplus