Index: sketch_route.c =================================================================== --- sketch_route.c (revision 36988) +++ sketch_route.c (revision 36989) @@ -787,7 +787,7 @@ /*** sketch line tool ***/ -static void tool_skline_adjust_attached_objects(rnd_hidlib_t *hl); +static void tool_skline_adjust_attached_objects(rnd_design_t *hl); struct { pcb_any_obj_t *start_term; @@ -1018,7 +1018,7 @@ rnd_hid_notify_crosshair_change(&PCB->hidlib, rnd_true); } -static void tool_skline_notify_mode(rnd_hidlib_t *hl) +static void tool_skline_notify_mode(rnd_design_t *hl) { int type; void *ptr1, *ptr2, *ptr3; @@ -1070,7 +1070,7 @@ } } -static void tool_skline_adjust_attached_objects(rnd_hidlib_t *hl) +static void tool_skline_adjust_attached_objects(rnd_design_t *hl) { int last = vtp0_len(&attached_path.lines) - 1; if (last >= 0) { @@ -1079,7 +1079,7 @@ } } -static void tool_skline_draw_attached(rnd_hidlib_t *hl) +static void tool_skline_draw_attached(rnd_design_t *hl) { int i; if (pcb_crosshair.AttachedObject.Type != PCB_OBJ_VOID) { @@ -1091,7 +1091,7 @@ } } -rnd_bool tool_skline_undo_act(rnd_hidlib_t *hl) +rnd_bool tool_skline_undo_act(rnd_design_t *hl) { /* TODO */ return rnd_false;