From 0751edfa567165d5a86f939793582c80e6788a7d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 4 Sep 2012 14:55:49 +0200 Subject: [PATCH] hide internal check_help This function was exposed by mistake when it was introduced in 387317a (isl_args_parse: optionally ignore --help, Thu Mar 22 17:03:47 2012 +0100). Signed-off-by: Sven Verdoolaege --- isl_arg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_arg.c b/isl_arg.c index d8e757fd..f2025eeb 100644 --- a/isl_arg.c +++ b/isl_arg.c @@ -1147,7 +1147,7 @@ static int next_arg(struct isl_arg *arg, int a) /* Unless ISL_ARG_SKIP_HELP is set, check if any of the arguments is * equal to "--help" and if so call print_help_and_exit. */ -void check_help(struct isl_args *args, int argc, char **argv, void *opt, +static void check_help(struct isl_args *args, int argc, char **argv, void *opt, unsigned flags) { int i; -- 2.11.4.GIT