From 7575e07b9f10fc115b62022a9cc96098f072afac Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 6 Aug 2016 19:27:02 +0200 Subject: blaze822: keep a pointer to the original header, if we have it anyway --- blaze822_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blaze822_priv.h') diff --git a/blaze822_priv.h b/blaze822_priv.h index bf895d3..c871ca7 100644 --- a/blaze822_priv.h +++ b/blaze822_priv.h @@ -4,6 +4,7 @@ struct message { char *body; char *bodyend; char *bodychunk; + char *orig_header; }; // WSP = SP / HTAB -- cgit 1.4.1