diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 20:56:28 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 20:56:28 +0800 |
commit | 50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9 (patch) | |
tree | dcadf019f68e8db0d7c1fe80a1175bede2042420 /camel/camel-store.h | |
parent | 94dc5be0530c45a0dbddbc2d72ace3f284deb956 (diff) | |
download | gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.gz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.bz2 gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.lz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.xz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.zst gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.zip |
A first attempt at setting up the documentation system.
svn path=/trunk/; revision=862
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 } |