aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-18 15:07:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-18 15:07:02 +0000
commitd720cc786723169cfdbb246ad6f1f584581f589d (patch)
tree2b2dad9c9a0d4d2d01545cac7f9f11993984884c /src/include/gnunet_os_lib.h
parent0e421fd4f11c564dba39d9c533aed642560c7655 (diff)
downloadgnunet-d720cc786723169cfdbb246ad6f1f584581f589d.tar.gz
gnunet-d720cc786723169cfdbb246ad6f1f584581f589d.zip
fixing doxygen warnings
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 02d1063f7..32d9dc7ff 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -196,7 +196,9 @@ int GNUNET_OS_set_process_priority (pid_t proc,
196 * @return process ID of the new process, -1 on error 196 * @return process ID of the new process, -1 on error
197 */ 197 */
198pid_t 198pid_t
199GNUNET_OS_start_process (struct GNUNET_DISK_PipeHandle *pipe_stdin, struct GNUNET_DISK_PipeHandle *pipe_stdout, const char *filename, ...); 199GNUNET_OS_start_process (struct GNUNET_DISK_PipeHandle *pipe_stdin,
200 struct GNUNET_DISK_PipeHandle *pipe_stdout,
201 const char *filename, ...);
200 202
201 203
202/** 204/**