gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37712 - gnunet/src/include
Date: Sat, 13 Aug 2016 21:50:25 +0200

Author: grothoff
Date: 2016-08-13 21:50:25 +0200 (Sat, 13 Aug 2016)
New Revision: 37712

Modified:
   gnunet/src/include/gnunet_set_service.h
   gnunet/src/include/gnunet_testbed_service.h
Log:
-indentation, doxygen

Modified: gnunet/src/include/gnunet_set_service.h
===================================================================
--- gnunet/src/include/gnunet_set_service.h     2016-08-13 19:49:30 UTC (rev 
37711)
+++ gnunet/src/include/gnunet_set_service.h     2016-08-13 19:50:25 UTC (rev 
37712)
@@ -216,7 +216,8 @@
  *
  * @param cls closure
  */
-typedef void (*GNUNET_SET_Continuation) (void *cls);
+typedef void
+(*GNUNET_SET_Continuation) (void *cls);
 
 
 /**
@@ -227,9 +228,10 @@
  * @param element a result element, only valid if status is 
#GNUNET_SET_STATUS_OK
  * @param status see `enum GNUNET_SET_Status`
  */
-typedef void (*GNUNET_SET_ResultIterator) (void *cls,
-                                           const struct GNUNET_SET_Element 
*element,
-                                           enum GNUNET_SET_Status status);
+typedef void
+(*GNUNET_SET_ResultIterator) (void *cls,
+                              const struct GNUNET_SET_Element *element,
+                              enum GNUNET_SET_Status status);
 
 /**
  * Iterator for set elements.
@@ -239,8 +241,9 @@
  *        iterated over
  * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop.
  */
-typedef int (*GNUNET_SET_ElementIterator) (void *cls,
-                                           const struct GNUNET_SET_Element 
*element);
+typedef int
+(*GNUNET_SET_ElementIterator) (void *cls,
+                               const struct GNUNET_SET_Element *element);
 
 
 /**

Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2016-08-13 19:49:30 UTC (rev 
37711)
+++ gnunet/src/include/gnunet_testbed_service.h 2016-08-13 19:50:25 UTC (rev 
37712)
@@ -953,7 +953,7 @@
 
 /**
  * Topologies and topology options supported for testbeds. Options should 
always
- * end with GNUNET_TESTBED_TOPOLOGY_OPTION_END
+ * end with #GNUNET_TESTBED_TOPOLOGY_OPTION_END
  */
 enum GNUNET_TESTBED_TopologyOption
 {




reply via email to

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