]> wimlib.net Git - wimlib/blobdiff - programs/wgetopt.c
wimlib-imagex: add --image-property option to wimcapture, wimappend, wiminfo
[wimlib] / programs / wgetopt.c
index 5c9b74e499cdfaa339878970b610b9e2f6249727..c4aeb9f4b4db92755497d1565d5437631d4ec262 100644 (file)
@@ -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)
 {