diff options
Diffstat (limited to 'pith/reply.h')
-rw-r--r-- | pith/reply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/reply.h b/pith/reply.h index caeb352b..43d5f56e 100644 --- a/pith/reply.h +++ b/pith/reply.h @@ -102,6 +102,7 @@ int sigdashes_are_present(char *); char *signature_path(char *, char *, size_t); char *simple_read_remote_file(char *, char *); BODY *forward_multi_alt(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int); +BODY *forward_multi_alt_mixed(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int); int same_subject(char *, char *s); |