diff options
Diffstat (limited to 'camel/providers/local/camel-local-store.h')
-rw-r--r-- | camel/providers/local/camel-local-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/local/camel-local-store.h b/camel/providers/local/camel-local-store.h index 75fe6bba98..5ecce3e288 100644 --- a/camel/providers/local/camel-local-store.h +++ b/camel/providers/local/camel-local-store.h @@ -41,6 +41,7 @@ extern "C" { typedef struct { CamelStore parent_object; + char *toplevel_dir; } CamelLocalStore; |