From 04b9ec51d45f2efb3b8118eef99c7592ba269792 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 26 Aug 2003 18:16:51 +0000 Subject: temporarily reverting my camel namespace patches until after we merge in some of the other branches svn path=/trunk/; revision=22373 --- camel/camel-http-stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-http-stream.h') diff --git a/camel/camel-http-stream.h b/camel/camel-http-stream.h index 94272ee6c3..41a82d0def 100644 --- a/camel/camel-http-stream.h +++ b/camel/camel-http-stream.h @@ -59,7 +59,7 @@ struct _CamelHttpStream { CamelMimeParser *parser; CamelContentType *content_type; - struct _camel_header_raw *headers; + struct _header_raw *headers; CamelHttpMethod method; struct _CamelSession *session; -- cgit