aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 425c565ba..3496937a6 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -495,7 +495,7 @@ GNUNET_OS_install_parent_control_handler (void *cls,
495 * GNUNET_SYSERR on error (no such binary or not executable) 495 * GNUNET_SYSERR on error (no such binary or not executable)
496 */ 496 */
497int 497int
498GNUNET_OS_check_helper_binary (const char *binary, const boolean check_suid, const char * params); 498GNUNET_OS_check_helper_binary (const char *binary, int check_suid, const char * params);
499 499
500 500
501#if 0 /* keep Emacsens' auto-indent happy */ 501#if 0 /* keep Emacsens' auto-indent happy */