aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mime-parser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/mime-parser.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/mime-parser.h b/tools/mime-parser.h
index ab0d79288..b217a2c8f 100644
--- a/tools/mime-parser.h
+++ b/tools/mime-parser.h
@@ -48,5 +48,12 @@ void mime_parser_set_collect_signature (mime_parser_t ctx,
gpg_error_t mime_parser_parse (mime_parser_t ctx, estream_t fp);
+/* Duplicated declaration of the RFC822 parser context. */
+struct rfc822parse_context;
+typedef struct rfc822parse_context *rfc822parse_t;
+
+rfc822parse_t mime_parser_rfc822parser (mime_parser_t ctx);
+
+
#endif /*GNUPG_MIME_PARSER_H*/