Index: excellon.c =================================================================== --- excellon.c (revision 26921) +++ excellon.c (revision 26922) @@ -156,7 +156,7 @@ } hid_gc_s; -static pcb_hid_attribute_t excellon_options[] = { +static pcb_export_opt_t excellon_options[] = { /* %start-doc options "90 excellon Export" @ftable @code @@ -190,7 +190,7 @@ static pcb_hid_attr_val_t excellon_values[NUM_OPTIONS]; -static pcb_hid_attribute_t *excellon_get_export_options(pcb_hid_t *hid, int *n) +static pcb_export_opt_t *excellon_get_export_options(pcb_hid_t *hid, int *n) { if ((PCB != NULL) && (excellon_options[HA_excellonfile].default_val.str_value == NULL)) pcb_derive_default_filename(PCB->hidlib.filename, &excellon_options[HA_excellonfile], "");