new underlay API
[oweals/gnunet.git] / src / include / gnunet_os_lib.h
index c5e2062928118c8bfd90ba69df71d3bd5aec46e3..aa1c17cf99fd647791017c368806550d4cdbac12 100644 (file)
@@ -395,14 +395,14 @@ GNUNET_OS_start_process_v (int pipe_control,
  *         in this string when they are separated by spaces.
  * @param ... more arguments.  Should be of type `char *`.  It is valid
  *         to have the arguments in these strings when they are separated by
- *         spaces.
+ *         spaces.  The last argument MUST be NULL.
  * @return pointer to process structure of the new process, NULL on error
  */
 struct GNUNET_OS_Process *
 GNUNET_OS_start_process_s (int pipe_control,
                            unsigned int std_inheritance,
                            const SOCKTYPE * lsocks,
-                           const char *first_arg, ...);
+                           const char *filename, ...);
 
 
 /**