diff options
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index 15fbbe6301..d2180b89be 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -77,6 +77,7 @@ typedef struct { GtkType camel_store_get_type (void); CamelFolder *camel_store_get_folder(CamelStore *store, GString *folder_name); +gchar camel_store_get_separator(CamelStore *store); #ifdef __cplusplus } |