Index: xy.c =================================================================== --- xy.c (revision 30952) +++ xy.c (revision 30953) @@ -100,7 +100,7 @@ static pcb_export_opt_t *xy_get_export_options(pcb_hid_t *hid, int *n) { static int last_unit_value = -1; - pcb_conf_listitem_t *li; + rnd_conf_listitem_t *li; int idx; /* load all formats from the config */ @@ -752,7 +752,7 @@ static void gather_templates(void) { - pcb_conf_listitem_t *i; + rnd_conf_listitem_t *i; int n; rnd_conf_loop_list(&conf_xy.plugins.export_xy.templates, i, n) { @@ -777,7 +777,7 @@ static const char *get_templ(const char *tid, const char *type) { char path[MAX_TEMP_NAME_LEN + 16]; - pcb_conf_listitem_t *li; + rnd_conf_listitem_t *li; int idx; sprintf(path, "%s.%s", tid, type); /* safe: tid's length is checked before it was put in the vector, type is hardwired in code and is never longer than a few chars */