aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-15 14:56:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-15 14:56:11 +0000
commit4e668e13d72a1fc55abfe69578c0486fdf02cd78 (patch)
treeb510149c50740046fec4278626fb22d5c693e102 /src/include
parente2bafbfb7a89e05f7dcbe3660d98e77184aa779c (diff)
downloadgnunet-4e668e13d72a1fc55abfe69578c0486fdf02cd78.tar.gz
gnunet-4e668e13d72a1fc55abfe69578c0486fdf02cd78.zip
-no boolean
Diffstat (limited to 'src/include')
-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 */