aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-09-06 04:08:10 +0800
committerPeter Williams <peterw@src.gnome.org>2000-09-06 04:08:10 +0800
commitb1e66c4c60ca6d52c0a164a510e5199ca201bf98 (patch)
tree8a3bdab58ee5ba9a3374c77fa867bd19585a05ed /camel/camel-remote-store.h
parenta86c7ea0ab3775cc8fb141c1792c3b2bdb663a34 (diff)
downloadgsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar.gz
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar.bz2
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar.lz
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar.xz
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.tar.zst
gsoc2013-evolution-b1e66c4c60ca6d52c0a164a510e5199ca201bf98.zip
Cleanup of lots of exception handling ; bugfixes
svn path=/trunk/; revision=5202
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r--camel/camel-remote-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h
index 627b012f3b..4530c22f14 100644
--- a/camel/camel-remote-store.h
+++ b/camel/camel-remote-store.h
@@ -69,7 +69,8 @@ gint camel_remote_store_send_stream (CamelRemoteStore *store, CamelStream *strea
CamelException *ex);
gint camel_remote_store_recv_line (CamelRemoteStore *store, char **dest,
CamelException *ex);
-
+void camel_remote_store_refresh_folders (CamelRemoteStore *store,
+ CamelException *ex);
#ifdef __cplusplus
}
#endif /* __cplusplus */