X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fwgetopt.c;h=ee814d29cb5b1dee51896aabf6d4134b0fab31b3;hp=5c9b74e499cdfaa339878970b610b9e2f6249727;hb=212ce21094a1b39aac2c0f183a8d97f530a6ba4b;hpb=650997e4865a090b6856c7ca34b02f42994e8e29 diff --git a/programs/wgetopt.c b/programs/wgetopt.c index 5c9b74e4..ee814d29 100644 --- a/programs/wgetopt.c +++ b/programs/wgetopt.c @@ -278,7 +278,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) {