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 90288261e4..55401577d0 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -70,6 +70,7 @@ typedef struct { /* Standard Gtk function */ GtkType camel_store_get_type (void); +CamelStore *camel_store_new(GString *url); CamelFolder *camel_store_get_folder(CamelStore *store, GString *folder_name); gchar camel_store_get_separator(CamelStore *store); |