27ea4f11350f96ed53dd4ae47e7ade7492fbc82b
[modest] / src / modest-tny-store-actions.h
1 /* modest-tny-store-actions.h */
2 /* insert (c)/licensing information) */
3
4 #ifndef __MODEST_TNY_STORE_ACTIONS_H__
5 #define __MODEST_TNY_STORE_ACTIONS_H__
6
7 #include <glib-object.h>
8 #include <tny-store-account-iface.h>
9
10 G_BEGIN_DECLS
11
12 void    modest_tny_store_actions_update_folders (TnyStoreAccountIface *storage_account);
13
14 G_END_DECLS
15
16 #endif /* __MODEST_TNY_STORE_ACTIONS_H__ */
17