X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/951366c145107e763a92094462bfed0ae19d9ad1..b2d52318fadef8d2bf04769ec2fffb33baf6d92a:/src/options.h diff --git a/src/options.h b/src/options.h index 8ad5a62e..27530102 100644 --- a/src/options.h +++ b/src/options.h @@ -51,12 +51,11 @@ struct option_table_struct }; extern const char *shortopts; -extern struct option *longopts; /* Table which contain all options. */ extern const struct option_table_struct option_table[]; /* Set the longopts variable from option_table. */ -void create_long_option_table PARAMS (()); +struct option *long_option_table_new PARAMS ((void)); #endif /* !OPTIONS_H_ */