aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-04 11:40:58 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-04 11:40:58 +0800
commit6d76cc84a11eff91e2bc66d6c1214e8226c9539a (patch)
tree6787ab7bb1dbe23402ec25c479273c21f3bda9d0 /camel/camel-folder-summary.h
parentc9974759b3e9abbe2c649966095f544441f02f8b (diff)
downloadgsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.gz
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.bz2
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.lz
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.xz
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.zst
gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.zip
Centralize creation of new UIDs for the summary.
svn path=/trunk/; revision=3885
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index ef2b036e9e..b53d645ad6 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -162,7 +162,8 @@ void camel_folder_summary_set_filename(CamelFolderSummary *, const char *);
void camel_folder_summary_set_index(CamelFolderSummary *, ibex *);
void camel_folder_summary_set_build_content(CamelFolderSummary *, gboolean state);
-guint32 camel_folder_summary_next_uid(CamelFolderSummary *s);
+guint32 camel_folder_summary_next_uid (CamelFolderSummary *s);
+char *camel_folder_summary_next_uid_string (CamelFolderSummary *s);
/* load/save the summary in its entirety */
int camel_folder_summary_load(CamelFolderSummary *);