aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-recipient.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-30 14:29:37 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-30 14:29:37 +0800
commit122f27a2aae0c712339b39bd3b7581624b8a03b5 (patch)
tree290cff49019ea39a0a6cc5bf2760af6068147506 /camel/camel-recipient.h
parentd938232d3ce8c76d3296437710aedbb401fba7f2 (diff)
downloadgsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.gz
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.bz2
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.lz
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.xz
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.zst
gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.zip
new func. More work on new independant recipient code.
1999-08-30 bertrand <Bertrand.Guiheneuf@aful.org> * 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 <Bertrand.Guiheneuf@aful.org> * MAINTAINERS: updated my e-mail address. svn path=/trunk/; revision=1148
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;