Index: route_style.h =================================================================== --- route_style.h (revision 32784) +++ route_style.h (revision 32785) @@ -66,3 +66,6 @@ /* Change a field. Returns 0 on success. */ int pcb_route_style_change(pcb_board_t *pcb, int rstidx, rnd_coord_t *thick, rnd_coord_t *textt, rnd_coord_t *texts, rnd_coord_t *clearance, rnd_cardinal_t *via_proto, rnd_bool undoable); + +/* Change the name. Returns 0 on success. */ +int pcb_route_style_change_name(pcb_board_t *pcb, int rstidx, char *new_name, rnd_bool undoable);