evolution-data-server r8818 - trunk/camel/providers/groupwise
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8818 - trunk/camel/providers/groupwise
- Date: Tue, 20 May 2008 18:46:08 +0000 (UTC)
Author: jjohnny
Date: Tue May 20 18:46:07 2008
New Revision: 8818
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8818&view=rev
Log:
Groupwise provider : convert_to_folder_info marking this as static
Modified:
trunk/camel/providers/groupwise/ChangeLog
trunk/camel/providers/groupwise/camel-groupwise-store.c
Modified: trunk/camel/providers/groupwise/camel-groupwise-store.c
==============================================================================
--- trunk/camel/providers/groupwise/camel-groupwise-store.c (original)
+++ trunk/camel/providers/groupwise/camel-groupwise-store.c Tue May 20 18:46:07 2008
@@ -75,7 +75,7 @@
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 @@
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]