X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_arg.c;h=f2025eebe2e9275d8121ed1e2d694470a654a1d6;hb=ab6e16e6149afeabd7c1b02b1677b3c9d6e0d880;hp=4e10c7daa0b062dde2da2746076182e4ecc777ee;hpb=8aa932ec87926e76c7db7e64b3c66807d623de92;p=platform%2Fupstream%2Fisl.git diff --git a/isl_arg.c b/isl_arg.c index 4e10c7d..f2025ee 100644 --- a/isl_arg.c +++ b/isl_arg.c @@ -1,7 +1,7 @@ /* * Copyright 2008-2009 Katholieke Universiteit Leuven * - * Use of this software is governed by the GNU LGPLv2.1 license + * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, K.U.Leuven, Departement * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium @@ -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;