summaryrefslogtreecommitdiffstats
path: root/rfc2047.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-09 19:52:21 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-17 13:29:58 -0800
commit67077f0dfb18a1d33a8a232b88c2102a6bb7812b (patch)
tree7a8da39fe202b166e09c90a4931a5e1f920bd6d0 /rfc2047.h
parent02252dacb12c7ee6130c66ff36fa7b83bdd47377 (diff)
Factor out rfc2047_decode_envelope().
Diffstat (limited to 'rfc2047.h')
-rw-r--r--rfc2047.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc2047.h b/rfc2047.h
index 9e15d2f2..b61ab09e 100644
--- a/rfc2047.h
+++ b/rfc2047.h
@@ -27,3 +27,4 @@ void rfc2047_encode_adrlist (ADDRESS *, const char *);
void rfc2047_decode (char **);
void rfc2047_decode_adrlist (ADDRESS *);
+void rfc2047_decode_envelope (ENVELOPE *);