X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/951366c145107e763a92094462bfed0ae19d9ad1..e9f87b5b7df2e328d2e4196d276c0d96594c906b:/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_ */