]> git.saurik.com Git - bison.git/blobdiff - src/options.h
Regen.
[bison.git] / src / options.h
index 8ad5a62e307146ae865bc798653841f23f1c9ff5..275301023b807b1142d5cd8a7bc099eccfe64346 100644 (file)
@@ -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_ */