diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-30 14:29:37 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-30 14:29:37 +0800 |
commit | 122f27a2aae0c712339b39bd3b7581624b8a03b5 (patch) | |
tree | 290cff49019ea39a0a6cc5bf2760af6068147506 /camel/camel-recipient.h | |
parent | d938232d3ce8c76d3296437710aedbb401fba7f2 (diff) | |
download | gsoc2013-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.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; |