aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/cache/camel-cache-store.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-03 02:23:40 +0800
committerDan Winship <danw@src.gnome.org>2000-10-03 02:23:40 +0800
commit0212cbae5fbe76635365cfff575fd5f2f38b3e35 (patch)
treee1e9e9e5a1c4ead5c034bcf6a833a59054c05038 /camel/providers/cache/camel-cache-store.h
parent1c2eec1fd409b7ec7a6742684c678bcd258aec53 (diff)
downloadgsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar.gz
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar.bz2
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar.lz
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar.xz
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.tar.zst
gsoc2013-evolution-0212cbae5fbe76635365cfff575fd5f2f38b3e35.zip
More updating... still not usable, or even compilable
svn path=/trunk/; revision=5661
Diffstat (limited to 'camel/providers/cache/camel-cache-store.h')
-rw-r--r--camel/providers/cache/camel-cache-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/cache/camel-cache-store.h b/camel/providers/cache/camel-cache-store.h
index f02c987c47..7339d8a9f3 100644
--- a/camel/providers/cache/camel-cache-store.h
+++ b/camel/providers/cache/camel-cache-store.h
@@ -41,6 +41,7 @@ extern "C" {
typedef struct {
CamelStore parent_object;
+ char *local_base;
CamelStore *remote, *local;
} CamelCacheStore;
@@ -53,7 +54,7 @@ typedef struct {
/* support functions */
-void camel_cache_store_sync (CamelCacheStore *store);
+CamelStore *camel_cache_store_new (CamelStore *remote, CamelException *ex);
/* Standard Camel function */
CamelType camel_cache_store_get_type (void);