aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-local-storage.h')
-rw-r--r--shell/e-local-storage.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h
index 14a48cbdd4..4abb72077c 100644
--- a/shell/e-local-storage.h
+++ b/shell/e-local-storage.h
@@ -57,10 +57,16 @@ struct _ELocalStorageClass {
};
-GtkType e_local_storage_get_type (void);
-EStorage *e_local_storage_open (EFolderTypeRegistry *folder_type_registry,
- const char *base_path);
-const char *e_local_storage_get_base_path (ELocalStorage *storage);
+#define E_LOCAL_STORAGE_NAME "local"
+
+
+GtkType e_local_storage_get_type (void);
+
+EStorage *e_local_storage_open (EFolderTypeRegistry *folder_type_registry,
+ const char *base_path);
+const char *e_local_storage_get_base_path (ELocalStorage *storage);
+
+const Evolution_LocalStorage e_local_storage_get_corba_interface (ELocalStorage *storage);
#ifdef __cplusplus
}