aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:43:12 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:52:00 +0100
commita35b078783a7e263f1b6dffe0da916f7339eab97 (patch)
tree2fca36c964d4997871d740b310c7179758a54d45 /src/util/service.c
parentf299d05921053fb6d6d2453864b92a70a3d5186d (diff)
downloadgnunet-a35b078783a7e263f1b6dffe0da916f7339eab97.tar.gz
gnunet-a35b078783a7e263f1b6dffe0da916f7339eab97.zip
-DOC: Documentation cleanup pass through UTIL SERVICE library
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/service.c b/src/util/service.c
index c48060437..27183981e 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -743,7 +743,7 @@ service_client_recv (void *cls)
743 * setup the client (with the scheduler) and tell the application. 743 * setup the client (with the scheduler) and tell the application.
744 * 744 *
745 * @param sh service that accepted the client 745 * @param sh service that accepted the client
746 * @param sock socket associated with the client 746 * @param csock socket associated with the client
747 */ 747 */
748static void 748static void
749start_client (struct GNUNET_SERVICE_Handle *sh, 749start_client (struct GNUNET_SERVICE_Handle *sh,