diff options
Diffstat (limited to 'camel/camel-mime-utils.h')
-rw-r--r-- | camel/camel-mime-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-utils.h b/camel/camel-mime-utils.h index 6f452f1ffa..9bcdb063ac 100644 --- a/camel/camel-mime-utils.h +++ b/camel/camel-mime-utils.h @@ -142,6 +142,7 @@ void header_raw_clear(struct _header_raw **list); /* fold a header */ char *header_fold(const char *in); +char *header_unfold(const char *in); /* decode a header which is a simple token */ char *header_token_decode(const char *in); |