aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
commita740974b42420e5619052d6a13bc3146ddb5a376 (patch)
tree3f0b0b33417da2189243a0025c8115df2e48af4a /src/core/gnunet-service-core_neighbours.c
parent5fee7ad91f89322863a99cfd3f91a2cd86f51f2e (diff)
downloadgnunet-a740974b42420e5619052d6a13bc3146ddb5a376.tar.gz
gnunet-a740974b42420e5619052d6a13bc3146ddb5a376.zip
-doxygen improvements
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index aa5b6121e..eca5393a2 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -531,8 +531,8 @@ GSC_NEIGHBOURS_init ()
531 * 531 *
532 * @param cls unused 532 * @param cls unused
533 * @param key peer identity 533 * @param key peer identity
534 * @param value the 'struct Neighbour' to free 534 * @param value the `struct Neighbour` to free
535 * @return GNUNET_OK (continue to iterate) 535 * @return #GNUNET_OK (continue to iterate)
536 */ 536 */
537static int 537static int
538free_neighbour_helper (void *cls, 538free_neighbour_helper (void *cls,