aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 751e9e55d5..b0f55642ce 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -109,9 +109,13 @@ struct _EvolutionStorageClass {
int unread_count);
void (*discover_shared_folder) (EvolutionStorage *storage,
+ Bonobo_Listener listener,
const char *user,
- const char *folder_name,
- Bonobo_Listener listener);
+ const char *folder_name);
+
+ void (*remove_shared_folder) (EvolutionStorage *storage,
+ Bonobo_Listener listener,
+ const char *path);
void (*show_folder_properties) (EvolutionStorage *storage,
const char *path,