diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-ops.h | 1 |
2 files changed, 5 insertions, 0 deletions
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 <mbarnes@redhat.com> + + * mail-ops.h: Fix another implicit function declaration. + 2007-05-28 Veerapuram Varadhan <vvaradhan@novell.com> * 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); |