diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index b0f55642ce..439c883246 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -113,6 +113,10 @@ struct _EvolutionStorageClass { const char *user, const char *folder_name); + void (*cancel_discover_shared_folder) (EvolutionStorage *storage, + const char *user, + const char *folder_name); + void (*remove_shared_folder) (EvolutionStorage *storage, Bonobo_Listener listener, const char *path); |