diff options
Diffstat (limited to 'camel/camel-http-stream.h')
-rw-r--r-- | camel/camel-http-stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |