From 931232d1141891232e46f5d6fd1432663e730e7a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jul 2020 21:52:22 +0200 Subject: fix signature --- src/include/gnunet_os_lib.h | 4 ++-- src/util/os_priority.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index b583cc493..12aeec7f0 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2011 GNUnet e.V. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2020 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -555,7 +555,7 @@ GNUNET_OS_start_process_v (int pipe_control, */ struct GNUNET_OS_Process * GNUNET_OS_start_process_s (int pipe_control, - unsigned int std_inheritance, + enum GNUNET_OS_InheritStdioFlags std_inheritance, const int *lsocks, const char *filename, ...); 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, */ struct GNUNET_OS_Process * GNUNET_OS_start_process_s (int pipe_control, - unsigned int std_inheritance, + enum GNUNET_OS_InheritStdioFlags std_inheritance, const int *lsocks, const char *filename, ...) -- cgit v1.2.3