X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=getopt%2Fgetopt.h;h=95ba4e184455665a6aaa6dc6543dc45d9df4bf28;hp=b0147e9d2ac314401941304659c3c19575f025df;hb=43259365c0fa2788f15e1100491271dd910f5a6f;hpb=4d3663b733242615ba3c5323f7105ef895b3c8bf diff --git a/getopt/getopt.h b/getopt/getopt.h index b0147e9..95ba4e1 100644 --- a/getopt/getopt.h +++ b/getopt/getopt.h @@ -137,8 +137,8 @@ extern int getopt (); # endif /* __GNU_LIBRARY__ */ # ifndef __need_getopt -extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, - const struct option *__longopts, int *__longind); +extern int getopt_long (int argc, char *const *argv, const char *shortopts, + const struct option *longopts, int *longind); extern int getopt_long_only (int __argc, char *const *__argv, const char *__shortopts, const struct option *__longopts, int *__longind);