aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-08-11 11:59:08 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-08-11 11:59:08 +0800
commit9c2c1900f90f55e1366cdf011cc2e6024d9a9891 (patch)
treedb929bf0bceac9735e4f9c683dbe8bad77cd2929
parent27864e63d3be55362d314151b78cca906b75f4ba (diff)
downloadgsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar.gz
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar.bz2
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar.lz
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar.xz
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.tar.zst
gsoc2013-evolution-9c2c1900f90f55e1366cdf011cc2e6024d9a9891.zip
Added a prototype (remove warning)
svn path=/trunk/; revision=4727
-rw-r--r--mail/mail-tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index e9db4fceb3..9b6fab56c4 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -39,8 +39,9 @@ mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name,
/* Get the url for the local inbox */
gchar *mail_tool_get_local_inbox_url (void);
-/* Get the filename for our movemail folder */
+/* Get the filename for our movemail folder or storage */
gchar *mail_tool_get_local_movemail_path (void);
+gchar *mail_tool_get_local_movemail_url (void);
/* Get the CamelFolder for the local inbox */
CamelFolder *mail_tool_get_local_inbox (CamelException *ex);