Index: import_sch_conf.h =================================================================== --- import_sch_conf.h (revision 29467) +++ import_sch_conf.h (revision 29468) @@ -6,8 +6,7 @@ typedef struct { const struct { const struct { - CFT_STRING netlist_cmd; /* netlist generator program (command line) */ - CFT_STRING netlist_act; /* netlist import action to execute */ + CFT_STRING import_fmt; /* name of the input format */ CFT_BOOLEAN verbose; /* verbose logging of the import code */ } import_sch; } plugins;