gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33549 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r33549 - gnunet/src/include
Date: Fri, 6 Jun 2014 00:01:22 +0200

Author: grothoff
Date: 2014-06-06 00:01:22 +0200 (Fri, 06 Jun 2014)
New Revision: 33549

Modified:
   gnunet/src/include/gnunet_conversation_service.h
Log:
-reindent

Modified: gnunet/src/include/gnunet_conversation_service.h
===================================================================
--- gnunet/src/include/gnunet_conversation_service.h    2014-06-05 21:54:24 UTC 
(rev 33548)
+++ gnunet/src/include/gnunet_conversation_service.h    2014-06-05 22:01:22 UTC 
(rev 33549)
@@ -133,10 +133,11 @@
  * @param caller handle for the caller
  * @param caller_id name of the caller in GNS
  */
-typedef void (*GNUNET_CONVERSATION_PhoneEventHandler)(void *cls,
-                                                      enum 
GNUNET_CONVERSATION_PhoneEventCode code,
-                                                      struct 
GNUNET_CONVERSATION_Caller *caller,
-                                                      const char *caller_id);
+typedef void
+(*GNUNET_CONVERSATION_PhoneEventHandler)(void *cls,
+                                         enum 
GNUNET_CONVERSATION_PhoneEventCode code,
+                                         struct GNUNET_CONVERSATION_Caller 
*caller,
+                                         const char *caller_id);
 
 
 /**
@@ -172,8 +173,9 @@
  * @param cls closure
  * @param code type of the event for this caller
  */
-typedef void (*GNUNET_CONVERSATION_CallerEventHandler)(void *cls,
-                                                       enum 
GNUNET_CONVERSATION_CallerEventCode code);
+typedef void
+(*GNUNET_CONVERSATION_CallerEventHandler)(void *cls,
+                                          enum 
GNUNET_CONVERSATION_CallerEventCode code);
 
 
 /**
@@ -351,8 +353,9 @@
  * @param cls closure
  * @param code type of the event on the call
  */
-typedef void (*GNUNET_CONVERSATION_CallEventHandler)(void *cls,
-                                                     enum 
GNUNET_CONVERSATION_CallEventCode code);
+typedef void
+(*GNUNET_CONVERSATION_CallEventHandler)(void *cls,
+                                        enum GNUNET_CONVERSATION_CallEventCode 
code);
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]