aboutsummaryrefslogtreecommitdiff
path: root/src/util/child_management.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 22:26:23 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:58 +0100
commit98594a4d88fe911b57505e94ab3a1a9a6219ea0e (patch)
tree88ed10c8bd8f9dee8b7d8128052c6c68f0cb5c80 /src/util/child_management.c
parent26cbf92d6e00b98787d1fb89da1f2089d9f76b1c (diff)
downloadgnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.tar.gz
gnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.zip
-DOC: Documentation cleanup pass through rest of UTIL libraries
Diffstat (limited to 'src/util/child_management.c')
-rw-r--r--src/util/child_management.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/child_management.c b/src/util/child_management.c
index 832e05ece..8c413a8b5 100644
--- a/src/util/child_management.c
+++ b/src/util/child_management.c
@@ -197,7 +197,7 @@ child_management_done (void)
197 * Adding a child process to be monitored by the child management. 197 * Adding a child process to be monitored by the child management.
198 * 198 *
199 * @param proc The child process to be monitored. 199 * @param proc The child process to be monitored.
200 * @param cp The callback to be called, when the child process completed. 200 * @param cb The callback to be called, when the child process completed.
201 * @param cb_cls The closure for the callback. 201 * @param cb_cls The closure for the callback.
202 * @return An handle for the the child being monitored. 202 * @return An handle for the the child being monitored.
203 */ 203 */