aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-06-05 03:47:00 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-06-05 03:47:00 +0800
commitfbbc31a76011630c410a1f4f0ee1340bf756c1a1 (patch)
treeecada5bb9b92b48fceee4e019f13eab509a74949 /mail/mail-ops.h
parenta8414351caf28ffaf9446f014285051caee2cce2 (diff)
downloadgsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar.gz
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar.bz2
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar.lz
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar.xz
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.tar.zst
gsoc2013-evolution-fbbc31a76011630c410a1f4f0ee1340bf756c1a1.zip
Fix another implicit function declaration.
2007-06-04 Matthew Barnes <mbarnes@redhat.com> * mail-ops.h: Fix another implicit function declaration. svn path=/trunk/; revision=33654
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 31ece7a527..de0570e541 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -155,6 +155,7 @@ void mail_prep_offline(const char *uri, CamelOperation *cancel,
int mail_store_set_offline(CamelStore *store, gboolean offline,
void (*done)(CamelStore *, void *data),
void *data);
+int mail_store_prepare_offline (CamelStore *store);
/* filter driver execute shell command async callback */
void mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, void *data);