From fbbc31a76011630c410a1f4f0ee1340bf756c1a1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 4 Jun 2007 19:47:00 +0000 Subject: Fix another implicit function declaration. 2007-06-04 Matthew Barnes * mail-ops.h: Fix another implicit function declaration. svn path=/trunk/; revision=33654 --- mail/ChangeLog | 4 ++++ mail/mail-ops.h | 1 + 2 files changed, 5 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 40a0a2e8d1..c0ad42f440 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2007-06-04 Matthew Barnes + + * mail-ops.h: Fix another implicit function declaration. + 2007-05-28 Veerapuram Varadhan * em-folder-tree.c: (emft_popup_new_folder), 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); -- cgit v1.2.3