aboutsummaryrefslogtreecommitdiff
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
parentf299d05921053fb6d6d2453864b92a70a3d5186d (diff)
downloadgnunet-a35b078783a7e263f1b6dffe0da916f7339eab97.tar.gz
gnunet-a35b078783a7e263f1b6dffe0da916f7339eab97.zip
-DOC: Documentation cleanup pass through UTIL SERVICE library
-rw-r--r--src/include/gnunet_service_lib.h4
-rw-r--r--src/util/service.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index b7305a096..8c8591af0 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -282,8 +282,8 @@ GNUNET_SERVICE_run_ (int argc,
282 * #GNUNET_SERVICE_client_drop(). 282 * #GNUNET_SERVICE_client_drop().
283 * 283 *
284 * @param service_name name of the service to run 284 * @param service_name name of the service to run
285 * @param options options controlling shutdown of the service 285 * @param service_options options controlling shutdown of the service
286 * @param service_init_cb function to call once the service is ready 286 * @param init_cb function to call once the service is ready
287 * @param connect_cb function to call whenever a client connects 287 * @param connect_cb function to call whenever a client connects
288 * @param disconnect_cb function to call whenever a client disconnects 288 * @param disconnect_cb function to call whenever a client disconnects
289 * @param cls closure argument for @a service_init_cb, @a connect_cb and @a disconnect_cb 289 * @param cls closure argument for @a service_init_cb, @a connect_cb and @a disconnect_cb
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,