aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-12 16:24:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-12 16:24:25 +0000
commitaf5c03fe7c21923249f5cb287cd2e4dca1243004 (patch)
treedf09b4c4cf1c40dfc758489d93eb1ff96a08508b /src/core
parent32b5537ac7b0d3a854c62727d6dc7ef27ad0f038 (diff)
downloadgnunet-af5c03fe7c21923249f5cb287cd2e4dca1243004.tar.gz
gnunet-af5c03fe7c21923249f5cb287cd2e4dca1243004.zip
fixing documentation
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_clients.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c
index 55ebb9132..5f745e3bc 100644
--- a/src/core/gnunet-service-core_clients.c
+++ b/src/core/gnunet-service-core_clients.c
@@ -681,7 +681,7 @@ GSC_CLIENTS_reject_request (struct GSC_ClientActiveRequest *car)
681 * 681 *
682 * @param client client to notify 682 * @param client client to notify
683 * @param neighbour identity of the neighbour that changed status 683 * @param neighbour identity of the neighbour that changed status
684 * @param tmap_old previous type map for the neighbour, NULL for disconnect 684 * @param tmap_old previous type map for the neighbour, NULL for connect
685 * @param tmap_new updated type map for the neighbour, NULL for disconnect 685 * @param tmap_new updated type map for the neighbour, NULL for disconnect
686 */ 686 */
687void 687void
@@ -753,7 +753,7 @@ GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
753 * or types processed by the respective peer. 753 * or types processed by the respective peer.
754 * 754 *
755 * @param neighbour identity of the neighbour that changed status 755 * @param neighbour identity of the neighbour that changed status
756 * @param tmap_old previous type map for the neighbour, NULL for disconnect 756 * @param tmap_old previous type map for the neighbour, NULL for connect
757 * @param tmap_new updated type map for the neighbour, NULL for disconnect 757 * @param tmap_new updated type map for the neighbour, NULL for disconnect
758 */ 758 */
759void 759void