aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-12 09:25:32 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-12 09:25:32 +0800
commitc28cd1ebd751de621c37d9ca3a5e4db8638111a9 (patch)
tree07864cb802edc6b2e6427b02b4d8f609b3ea8d0c /mail/mail-tools.h
parent5903013def71c0e877282944272f1d0b8dfc36ef (diff)
downloadgsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.gz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.bz2
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.lz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.xz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.zst
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.zip
Fixed a warning.
2000-08-11 Christopher James Lahey <clahey@helixcode.com> * mail-format.c, mail-tools.h, message-list.c: Fixed a warning. svn path=/trunk/; revision=4760
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r--mail/mail-tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index 16215f38c9..106a971530 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -103,4 +103,7 @@ mail_tool_uri_to_folder (const char *uri, CamelException *ex);
CamelFolder *
mail_tool_uri_to_folder_noex (const char *uri);
+GHashTable *
+mail_lookup_url_table (CamelMimeMessage *mime_message);
+
#endif