aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index ad155870..794ccc65 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -147,7 +147,6 @@ public:
{
}
- int wgetopt(int argc, wchar_t **argv, const wchar_t *optstring);
int wgetopt_long(int argc, wchar_t **argv, const wchar_t *options, const struct woption *long_options, int *opt_index);
int wgetopt_long_only(int argc, wchar_t **argv, const wchar_t *options, const struct woption *long_options, int *opt_index);
};