summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2008-05-20 18:46:07 +0000
committerJohnny Jacob <jjohnny@src.gnome.org>2008-05-20 18:46:07 +0000
commitc780bba47b83419153d689b14fb5fd3ed4575aae (patch)
tree1c7be1ce9630cb0949364e4630f5f9b26eaac877
parentec0ad03a4c19105949076cae13b4a7bc2c2a71ac (diff)
downloadevolution-data-server-c780bba47b83419153d689b14fb5fd3ed4575aae.tar.gz
Groupwise provider : convert_to_folder_info marking this as static
svn path=/trunk/; revision=8818
-rw-r--r--camel/providers/groupwise/ChangeLog5
-rw-r--r--camel/providers/groupwise/camel-groupwise-store.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/camel/providers/groupwise/ChangeLog b/camel/providers/groupwise/ChangeLog
index 74aec9aac..ff78d2236 100644
--- a/camel/providers/groupwise/ChangeLog
+++ b/camel/providers/groupwise/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-21 Johnny Jacob <jjohnny@novell.com>
+
+ * camel-groupwise-store.c (convert_to_folder_info): Marking this
+ function as static.
+
2008-05-19 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #531591
diff --git a/camel/providers/groupwise/camel-groupwise-store.c b/camel/providers/groupwise/camel-groupwise-store.c
index 413e75ce2..f3b7913b9 100644
--- a/camel/providers/groupwise/camel-groupwise-store.c
+++ b/camel/providers/groupwise/camel-groupwise-store.c
@@ -75,7 +75,7 @@ struct _CamelGroupwiseStorePrivate {
static CamelOfflineStoreClass *parent_class = NULL;
extern CamelServiceAuthType camel_groupwise_password_authtype; /*for the query_auth_types function*/
-CamelFolderInfo *convert_to_folder_info (CamelGroupwiseStore *store, EGwContainer *container, const char *url, CamelException *ex);
+static CamelFolderInfo *convert_to_folder_info (CamelGroupwiseStore *store, EGwContainer *container, const char *url, CamelException *ex);
static void groupwise_folders_sync (CamelGroupwiseStore *store, CamelException *ex);
static int match_path(const char *path, const char *name);
@@ -783,7 +783,7 @@ gw_store_reload_folder (CamelGroupwiseStore *gw_store, CamelFolder *folder, guin
return;
}
-CamelFolderInfo *
+static CamelFolderInfo *
convert_to_folder_info (CamelGroupwiseStore *store, EGwContainer *container, const char *url, CamelException *ex)
{
const char *name = NULL, *id = NULL, *parent = NULL;