--- gvpe/lib/getopt.h 2003/03/01 15:53:02 1.1 +++ gvpe/lib/getopt.h 2003/10/14 03:22:09 1.2 @@ -105,7 +105,6 @@ errors, only prototype getopt for the GNU C library. */ extern int getopt (int argc, char *const *argv, const char *shortopts); #else /* not __GNU_LIBRARY__ */ -extern int getopt (); #endif /* __GNU_LIBRARY__ */ extern int getopt_long (int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *longind); @@ -119,7 +118,6 @@ const struct option *longopts, int *longind, int long_only); #else /* not __STDC__ */ -extern int getopt (); extern int getopt_long (); extern int getopt_long_only ();