diff options
Diffstat (limited to 'shell/e-local-storage.h')
-rw-r--r-- | shell/e-local-storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h index f844c34bb4..10ca804cb5 100644 --- a/shell/e-local-storage.h +++ b/shell/e-local-storage.h @@ -62,7 +62,7 @@ EStorage *e_local_storage_open (EFolderTypeR const char *base_path); const char *e_local_storage_get_base_path (ELocalStorage *storage); -const GNOME_Evolution_LocalStorage e_local_storage_get_corba_interface (ELocalStorage *storage); +const GNOME_Evolution_Storage e_local_storage_get_corba_interface (ELocalStorage *storage); #ifdef __cplusplus } |