gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29845 - gnunet/src/include
Date: Fri, 4 Oct 2013 18:22:11 +0200

Author: grothoff
Date: 2013-10-04 18:22:11 +0200 (Fri, 04 Oct 2013)
New Revision: 29845

Modified:
   gnunet/src/include/gnunet_crypto_lib.h
   gnunet/src/include/gnunet_server_lib.h
Log:
-indentation improvements

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2013-10-04 16:04:46 UTC (rev 
29844)
+++ gnunet/src/include/gnunet_crypto_lib.h      2013-10-04 16:22:11 UTC (rev 
29845)
@@ -1028,8 +1028,7 @@
  */
 int
 GNUNET_CRYPTO_ecc_verify (uint32_t purpose,
-                          const struct GNUNET_CRYPTO_EccSignaturePurpose
-                          *validate,
+                          const struct GNUNET_CRYPTO_EccSignaturePurpose 
*validate,
                           const struct GNUNET_CRYPTO_EccSignature *sig,
                           const struct GNUNET_CRYPTO_EccPublicSignKey *pub);
 

Modified: gnunet/src/include/gnunet_server_lib.h
===================================================================
--- gnunet/src/include/gnunet_server_lib.h      2013-10-04 16:04:46 UTC (rev 
29844)
+++ gnunet/src/include/gnunet_server_lib.h      2013-10-04 16:22:11 UTC (rev 
29845)
@@ -667,9 +667,7 @@
  * @param nc context to destroy.
  */
 void
-GNUNET_SERVER_notification_context_destroy (struct
-                                            GNUNET_SERVER_NotificationContext
-                                            *nc);
+GNUNET_SERVER_notification_context_destroy (struct 
GNUNET_SERVER_NotificationContext *nc);
 
 
 /**
@@ -679,8 +677,7 @@
  * @param client client to add
  */
 void
-GNUNET_SERVER_notification_context_add (struct 
GNUNET_SERVER_NotificationContext
-                                        *nc,
+GNUNET_SERVER_notification_context_add (struct 
GNUNET_SERVER_NotificationContext *nc,
                                         struct GNUNET_SERVER_Client *client);
 
 
@@ -694,12 +691,10 @@
  * @param can_drop can this message be dropped due to queue length limitations
  */
 void
-GNUNET_SERVER_notification_context_unicast (struct
-                                            GNUNET_SERVER_NotificationContext
-                                            *nc,
+GNUNET_SERVER_notification_context_unicast (struct 
GNUNET_SERVER_NotificationContext *nc,
                                             struct GNUNET_SERVER_Client 
*client,
-                                            const struct GNUNET_MessageHeader
-                                            *msg, int can_drop);
+                                            const struct GNUNET_MessageHeader 
*msg, 
+                                            int can_drop);
 
 
 /**
@@ -710,11 +705,9 @@
  * @param can_drop can this message be dropped due to queue length limitations
  */
 void
-GNUNET_SERVER_notification_context_broadcast (struct
-                                              GNUNET_SERVER_NotificationContext
-                                              *nc,
-                                              const struct GNUNET_MessageHeader
-                                              *msg, int can_drop);
+GNUNET_SERVER_notification_context_broadcast (struct 
GNUNET_SERVER_NotificationContext *nc,
+                                              const struct 
GNUNET_MessageHeader *msg, 
+                                              int can_drop);
 
 
 /**




reply via email to

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