};
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_ */