aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 5799d893b..7f3be2a80 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -760,7 +760,7 @@ GNUNET_OS_start_process_v (int pipe_control,
760 */ 760 */
761struct GNUNET_OS_Process * 761struct GNUNET_OS_Process *
762GNUNET_OS_start_process_s (int pipe_control, 762GNUNET_OS_start_process_s (int pipe_control,
763 unsigned int std_inheritance, 763 enum GNUNET_OS_InheritStdioFlags std_inheritance,
764 const int *lsocks, 764 const int *lsocks,
765 const char *filename, 765 const char *filename,
766 ...) 766 ...)