diff options
Diffstat (limited to 'camel/camel-recipient.h')
-rw-r--r-- | camel/camel-recipient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-recipient.h b/camel/camel-recipient.h index 25bc49bea7..1136cf36ae 100644 --- a/camel/camel-recipient.h +++ b/camel/camel-recipient.h @@ -70,7 +70,8 @@ void camel_recipient_table_add_list (CamelRecipientTable *recipient_table, void camel_recipient_table_remove (CamelRecipientTable *recipient_table, const gchar *recipient_type, const gchar *recipient); - +void camel_recipient_table_remove_type (CamelRecipientTable *recipient_table, + const gchar *recipient_type); const GList *camel_recipient_table_get (CamelRecipientTable *recipient_table, const gchar *recipient_type); |