[evolution-kolab] CamelIMAPXExtdServer: removed 'camel_' prefix from name of static function



commit 5db097b2bbb7848fd284eac23cb9abffcc2fff8c
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Jul 26 15:17:47 2012 +0200

    CamelIMAPXExtdServer: removed 'camel_' prefix from name of static function

 src/libekolab/camel-imapx-extd-server.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/libekolab/camel-imapx-extd-server.c b/src/libekolab/camel-imapx-extd-server.c
index 983c43d..d90195d 100644
--- a/src/libekolab/camel-imapx-extd-server.c
+++ b/src/libekolab/camel-imapx-extd-server.c
@@ -38,14 +38,14 @@
 /*----------------------------------------------------------------------------*/
 
 static gboolean
-camel_imapx_extd_server_untagged_annotation (CamelIMAPXServer *is,
-                                             GCancellable *cancellable,
-                                             GError **err);
+imapx_extd_server_untagged_annotation (CamelIMAPXServer *is,
+                                       GCancellable *cancellable,
+                                       GError **err);
 
 static const CamelIMAPXUntaggedRespHandlerDesc desc = {
-	camel_imapx_extd_server_untagged_annotation, /* handler               */
-	NULL,                                        /* next_response         */
-	TRUE                                         /* skip_stream_when_done */
+	imapx_extd_server_untagged_annotation, /* handler               */
+	NULL,                                  /* next_response         */
+	TRUE                                   /* skip_stream_when_done */
 };
 
 /*----------------------------------------------------------------------------*/
@@ -69,9 +69,9 @@ imapx_extd_server_register_untagged_fn (gpointer data)
 }
 
 static gboolean
-camel_imapx_extd_server_untagged_annotation (CamelIMAPXServer *is,
-                                             GCancellable *cancellable,
-                                             GError **err)
+imapx_extd_server_untagged_annotation (CamelIMAPXServer *is,
+                                       GCancellable *cancellable,
+                                       GError **err)
 {
 	CamelIMAPXExtdStore *estore = NULL;
 	CamelImapxMetadata *md = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]