From eb2c9a602456d8c51c5e241dce1c51861e9ae0f8 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 25 Apr 1999 09:45:13 +0000 Subject: basic provider structure. Have to write the code for dynamic loading. 1999-04-25 bertrand * camel/camel-provider.[ch]: basic provider structure. Have to write the code for dynamic loading. svn path=/trunk/; revision=876 --- camel/camel-store.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-store.h') 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); -- cgit v1.2.3