X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fwgetopt.c;h=c4aeb9f4b4db92755497d1565d5437631d4ec262;hp=5c9b74e499cdfaa339878970b610b9e2f6249727;hb=a4123fea556d6c362318212127e25846981ea190;hpb=650997e4865a090b6856c7ca34b02f42994e8e29 diff --git a/programs/wgetopt.c b/programs/wgetopt.c index 5c9b74e4..c4aeb9f4 100644 --- a/programs/wgetopt.c +++ b/programs/wgetopt.c @@ -7,20 +7,17 @@ * 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * 2010 Free Software Foundation, Inc. * - * This file is part of wimlib, a library for working with WIM files. + * This file is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation; either version 3 of the License, or (at your option) any later + * version. * - * wimlib is free software; you can redistribute it and/or modify it under the - * terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * wimlib is distributed in the hope that it will be useful, but WITHOUT ANY + * This file is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the GNU General Public License for more - * details. + * A PARTICULAR PURPOSE. See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with wimlib; if not, see http://www.gnu.org/licenses/. + * You should have received a copy of the GNU General Public License along with + * this file; if not, see http://www.gnu.org/licenses/. */ #include "wgetopt.h" @@ -278,7 +275,7 @@ _getopt_initialize (int argc, wchar_t *const *argv, const wchar_t *optstring) If LONG_ONLY is nonzero, '-' as well as '--' can introduce long-named options. */ -int +static int _wgetopt_internal (int argc, wchar_t *const *argv, const wchar_t *optstring, const struct woption *longopts, int *longind, int long_only) {