X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a870c5670ed51b4069baf8268d6fc6efa38fc95a..616429b50868bf9225d55143526442a024e32969:/src/options.h?ds=inline diff --git a/src/options.h b/src/options.h index f62222df..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 ((void)); +struct option *long_option_table_new PARAMS ((void)); #endif /* !OPTIONS_H_ */