diff options
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 3 |
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 */ |