diff options
Diffstat (limited to 'em-format/e-mail-formatter.h')
-rw-r--r-- | em-format/e-mail-formatter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter.h b/em-format/e-mail-formatter.h index ca87246aeb..fcadfaacc2 100644 --- a/em-format/e-mail-formatter.h +++ b/em-format/e-mail-formatter.h @@ -253,7 +253,8 @@ void e_mail_formatter_remove_header_struct EMailFormatterHeader * e_mail_formatter_header_new (const gchar *name, const gchar *value); - +EMailFormatterHeader * + e_mail_formatter_header_copy (const EMailFormatterHeader *header); void e_mail_formatter_header_free (EMailFormatterHeader *header); G_END_DECLS |