diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-25 00:47:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-25 00:47:08 +0800 |
commit | 177b57f1b63e27a124d7b1dce2f3a0718bdd2600 (patch) | |
tree | e5bc5a253a22d419ffbc3142b5cf714fd2ca70d6 /camel/camel-store.h | |
parent | 377deb017693a02fea68b7555ccd1e2ccda01610 (diff) | |
download | gsoc2013-evolution-177b57f1b63e27a124d7b1dce2f3a0718bdd2600.tar.gz gsoc2013-evolution-177b57f1b63e27a124d7b1dce2f3a0718bdd2600.tar.zst gsoc2013-evolution-177b57f1b63e27a124d7b1dce2f3a0718bdd2600.zip |
New function to do what camel_store_uri_cmp() was supposed to do.
2004-02-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-store.c (camel_store_folder_uri_equal): New function to do
what camel_store_uri_cmp() was supposed to do.
svn path=/trunk/; revision=24846
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index bf736cc4a4..955f4c891a 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -231,6 +231,10 @@ void camel_store_unsubscribe_folder (CamelStore *store, void camel_store_noop (CamelStore *store, CamelException *ex); +int camel_store_folder_uri_equal (CamelStore *store, + const char *uri0, + const char *uri1); + #ifdef __cplusplus } #endif /* __cplusplus */ |