summaryrefslogtreecommitdiffstats
path: root/rfc822.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2010-03-01 22:35:30 -0800
committerBrendan Cully <brendan@kublai.com>2010-03-01 22:35:30 -0800
commit71360e18f3d7725f96a6b949bfb1d7e494b9842b (patch)
treef2cba1de684bcd683e4495e7e2daf071f6019feb /rfc822.h
parente20315001bf200f12846f9311b99ffe92f7fbd92 (diff)
Another attempt to dequote RFC2047-encoded address comments (see #2014)
Diffstat (limited to 'rfc822.h')
-rw-r--r--rfc822.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc822.h b/rfc822.h
index 4684e971..0c48f75a 100644
--- a/rfc822.h
+++ b/rfc822.h
@@ -46,6 +46,7 @@ typedef struct address_t
}
ADDRESS;
+void rfc822_dequote_comment (char *s);
void rfc822_free_address (ADDRESS **);
void rfc822_qualify (ADDRESS *, const char *);
ADDRESS *rfc822_parse_adrlist (ADDRESS *, const char *s);