aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-13 19:50:25 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-13 19:50:25 +0000
commit097fb7799b72de5015c582af3df0bf626ded2969 (patch)
tree66e9c6e278a0daa2d2850dcde02e92b8522c131b /src/include
parentbc5e7a8d33feb3026a4649249438bca0e389f4cc (diff)
downloadgnunet-097fb7799b72de5015c582af3df0bf626ded2969.tar.gz
gnunet-097fb7799b72de5015c582af3df0bf626ded2969.zip
-indentation, doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_set_service.h15
-rw-r--r--src/include/gnunet_testbed_service.h2
2 files changed, 10 insertions, 7 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 58dfc49a3..44773f187 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -216,7 +216,8 @@ struct GNUNET_SET_Element
216 * 216 *
217 * @param cls closure 217 * @param cls closure
218 */ 218 */
219typedef void (*GNUNET_SET_Continuation) (void *cls); 219typedef void
220(*GNUNET_SET_Continuation) (void *cls);
220 221
221 222
222/** 223/**
@@ -227,9 +228,10 @@ typedef void (*GNUNET_SET_Continuation) (void *cls);
227 * @param element a result element, only valid if status is #GNUNET_SET_STATUS_OK 228 * @param element a result element, only valid if status is #GNUNET_SET_STATUS_OK
228 * @param status see `enum GNUNET_SET_Status` 229 * @param status see `enum GNUNET_SET_Status`
229 */ 230 */
230typedef void (*GNUNET_SET_ResultIterator) (void *cls, 231typedef void
231 const struct GNUNET_SET_Element *element, 232(*GNUNET_SET_ResultIterator) (void *cls,
232 enum GNUNET_SET_Status status); 233 const struct GNUNET_SET_Element *element,
234 enum GNUNET_SET_Status status);
233 235
234/** 236/**
235 * Iterator for set elements. 237 * Iterator for set elements.
@@ -239,8 +241,9 @@ typedef void (*GNUNET_SET_ResultIterator) (void *cls,
239 * iterated over 241 * iterated over
240 * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop. 242 * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop.
241 */ 243 */
242typedef int (*GNUNET_SET_ElementIterator) (void *cls, 244typedef int
243 const struct GNUNET_SET_Element *element); 245(*GNUNET_SET_ElementIterator) (void *cls,
246 const struct GNUNET_SET_Element *element);
244 247
245 248
246/** 249/**
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index bc4be0140..7d9abbe49 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -953,7 +953,7 @@ GNUNET_TESTBED_underlay_configure_link (void *op_cls,
953 953
954/** 954/**
955 * Topologies and topology options supported for testbeds. Options should always 955 * Topologies and topology options supported for testbeds. Options should always
956 * end with GNUNET_TESTBED_TOPOLOGY_OPTION_END 956 * end with #GNUNET_TESTBED_TOPOLOGY_OPTION_END
957 */ 957 */
958enum GNUNET_TESTBED_TopologyOption 958enum GNUNET_TESTBED_TopologyOption
959{ 959{