aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-07 00:15:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-07 00:15:19 +0000
commiteb48b0fb4f5e61a5a4b65378a647b7717b011020 (patch)
tree0aa9dcf04dcfee3f530d410182399d4e239aecce /src/include/gnunet_os_lib.h
parent7ecdcb36506603426953cf3588a8840f4cdca8ca (diff)
downloadgnunet-eb48b0fb4f5e61a5a4b65378a647b7717b011020.tar.gz
gnunet-eb48b0fb4f5e61a5a4b65378a647b7717b011020.zip
-doxygenfixes
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 79adb6fa2..c5e206292 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -382,22 +382,20 @@ GNUNET_OS_start_process_v (int pipe_control,
382 382
383/** 383/**
384 * Start a process. This function is similar to the GNUNET_OS_start_process_* 384 * Start a process. This function is similar to the GNUNET_OS_start_process_*
385 * except that the @a filename and @argv can have whole strings which contain 385 * except that the filename and arguments can have whole strings which contain
386 * the arguments. These arguments are to be separated by spaces and are parsed 386 * the arguments. These arguments are to be separated by spaces and are parsed
387 * in the order they appear. Arguments containing spaces can be used by 387 * in the order they appear. Arguments containing spaces can be used by
388 * quoting them with @em ". 388 * quoting them with @em ".
389 * 389 *
390 * @param pipe_control should a pipe be used to send signals to the child? 390 * @param pipe_control should a pipe be used to send signals to the child?
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 filename name of the binary. It is valid to have the arguments 394 * @param first_arg 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 <tt>char *</tt>. 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
398 * spaces. 398 * spaces.
399 * @param argv NULL-terminated list of arguments to the process,
400 * including the process name as the first argument
401 * @return pointer to process structure of the new process, NULL on error 399 * @return pointer to process structure of the new process, NULL on error
402 */ 400 */
403struct GNUNET_OS_Process * 401struct GNUNET_OS_Process *