aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-recipient.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-recipient.h')
-rw-r--r--camel/camel-recipient.h4
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;