hide internal check_help
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Sep 2012 12:55:49 +0000 (14:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Sep 2012 12:41:40 +0000 (14:41 +0200)
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 <skimo@kotnet.org>
isl_arg.c

index d8e757f..f2025ee 100644 (file)
--- 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;