aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-09 18:26:52 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-09 18:26:52 +0000
commite31afd1bff276ab226d9f2f4dfc87b73ef65ed9b (patch)
tree5c82f24c14f3049da9d6be6a1ddbacef224fb404 /src/include/gnunet_os_lib.h
parentac60f21c94c2fed44532b9b796d2ee7feef58f33 (diff)
downloadgnunet-e31afd1bff276ab226d9f2f4dfc87b73ef65ed9b.tar.gz
gnunet-e31afd1bff276ab226d9f2f4dfc87b73ef65ed9b.zip
- doxygen
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index aa1c17cf9..f815c95cd 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -391,7 +391,7 @@ GNUNET_OS_start_process_v (int pipe_control,
391 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags 391 * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
392 * @param lsocks array of listen sockets to dup systemd-style (or NULL); 392 * @param lsocks array of listen sockets to dup systemd-style (or NULL);
393 * must be NULL on platforms where dup is not supported 393 * must be NULL on platforms where dup is not supported
394 * @param first_arg name of the binary. It is valid to have the arguments 394 * @param filename name of the binary. It is valid to have the arguments
395 * in this string when they are separated by spaces. 395 * in this string when they are separated by spaces.
396 * @param ... more arguments. Should be of type `char *`. It is valid 396 * @param ... more arguments. Should be of type `char *`. It is valid
397 * to have the arguments in these strings when they are separated by 397 * to have the arguments in these strings when they are separated by