aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-01 09:14:42 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-01 09:14:42 +0100
commit328047f8ee926055be593f180de40885823a7988 (patch)
treeb2cc6d66b1bc755c269525e6c5a17367aca0fc9b /src/include
parent62bd4ad64ebf1567c05170353dd7c60813c4f284 (diff)
downloadgnunet-328047f8ee926055be593f180de40885823a7988.tar.gz
gnunet-328047f8ee926055be593f180de40885823a7988.zip
-cleanup
Diffstat (limited to 'src/include')
-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 749f766d2..eddf97dab 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -672,9 +672,9 @@ GNUNET_OS_install_parent_control_handler (void *cls);
672 * #GNUNET_NO if not SUID (but binary exists), 672 * #GNUNET_NO if not SUID (but binary exists),
673 * #GNUNET_SYSERR on error (no such binary or not executable) 673 * #GNUNET_SYSERR on error (no such binary or not executable)
674 */ 674 */
675int 675enum GNUNET_GenericReturnValue
676GNUNET_OS_check_helper_binary (const char *binary, 676GNUNET_OS_check_helper_binary (const char *binary,
677 int check_suid, 677 bool check_suid,
678 const char *params); 678 const char *params);
679 679
680 680