aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:45:17 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:52:00 +0100
commit916e2b18a9dafd874cd6737ecb12b744f941e9ea (patch)
tree2988a62dbb193df4ca4d87ecdcb462500dd46fd6 /src/arm/gnunet-service-arm.c
parent4ef0c17165207fc21f7f1c3245de84facb6e3ef9 (diff)
downloadgnunet-916e2b18a9dafd874cd6737ecb12b744f941e9ea.tar.gz
gnunet-916e2b18a9dafd874cd6737ecb12b744f941e9ea.zip
-DOC: Documentation cleanup pass through ARM service
Diffstat (limited to 'src/arm/gnunet-service-arm.c')
-rw-r--r--src/arm/gnunet-service-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index b412094d3..da94efdd8 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -1358,7 +1358,7 @@ pool_write (char *pool_start, size_t pool_size, size_t *pool_pos, char *str)
1358 * Handle LIST-message. 1358 * Handle LIST-message.
1359 * 1359 *
1360 * @param cls identification of the client 1360 * @param cls identification of the client
1361 * @param message the actual message 1361 * @param request the actual message
1362 */ 1362 */
1363static void 1363static void
1364handle_list (void *cls, const struct GNUNET_ARM_Message *request) 1364handle_list (void *cls, const struct GNUNET_ARM_Message *request)