diff options
Diffstat (limited to 'camel/camel-recipient.h')
-rw-r--r-- | camel/camel-recipient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-recipient.h b/camel/camel-recipient.h index a0d2317459..6b07d84478 100644 --- a/camel/camel-recipient.h +++ b/camel/camel-recipient.h @@ -35,10 +35,10 @@ extern "C" { typedef struct { - GHashTable *recipient_table; + GHashTable *recipient_hash_table; gint ref_count; -} CamelRecipient; +} CamelRecipientTable; |