aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r--camel/camel-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 7558c0eb5a..0ad6e0cbed 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -57,7 +57,9 @@ typedef struct _CamelFolderInfo {
struct _CamelStore
{
CamelService parent_object;
+ struct _CamelStorePrivate *priv;
+ /* should have cache_lock when accessing this (priv->cache_lock) */
GHashTable *folders;
int flags;
@@ -99,6 +101,7 @@ typedef struct {
void (*uncache_folder) (CamelStore *store,
CamelFolder *folder);
+ /* this should take flags instead, so its more futureproof */
CamelFolderInfo *(*get_folder_info) (CamelStore *store,
const char *top,
gboolean fast,