From 122f27a2aae0c712339b39bd3b7581624b8a03b5 Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 30 Aug 1999 06:29:37 +0000 Subject: new func. More work on new independant recipient code. 1999-08-30 bertrand * camel/camel-recipient.c (camel_recipient_get): (camel_recipient_remove): (camel_recipient_add): new func. More work on new independant recipient code. 1999-08-29 bertrand * MAINTAINERS: updated my e-mail address. svn path=/trunk/; revision=1148 --- camel/camel-recipient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-recipient.h') 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; -- cgit