aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-09 14:44:37 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-09 14:44:37 +0000
commitb2764bcb9e08d2ac3a1199adc70b731fdf802460 (patch)
tree0f96b00f208a3e898abff91a300eabe346421a52 /src/include/gnunet_os_lib.h
parent8391d0a43629578c11f3044fdc3d9994a99a4682 (diff)
downloadgnunet-b2764bcb9e08d2ac3a1199adc70b731fdf802460.tar.gz
gnunet-b2764bcb9e08d2ac3a1199adc70b731fdf802460.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index c5e206292..aa1c17cf9 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -395,14 +395,14 @@ GNUNET_OS_start_process_v (int pipe_control,
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
398 * spaces. 398 * spaces. The last argument MUST be NULL.
399 * @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
400 */ 400 */
401struct GNUNET_OS_Process * 401struct GNUNET_OS_Process *
402GNUNET_OS_start_process_s (int pipe_control, 402GNUNET_OS_start_process_s (int pipe_control,
403 unsigned int std_inheritance, 403 unsigned int std_inheritance,
404 const SOCKTYPE * lsocks, 404 const SOCKTYPE * lsocks,
405 const char *first_arg, ...); 405 const char *filename, ...);
406 406
407 407
408/** 408/**