Index: tool.h =================================================================== --- tool.h (revision 17687) +++ tool.h (revision 17688) @@ -132,6 +132,16 @@ pcb_bool pcb_tool_should_snap_offgrid_line(pcb_layer_t *layer, pcb_line_t *line); +/**** old heleprs ****/ + +/* does what's appropriate for the current mode setting (when clicked). This + normally means creation of an object at the current crosshair location. + new created objects are added to the create undo list of course */ +void pcb_notify_mode(void); + +void pcb_release_mode(void); + + /**** Low level, for internal use ****/ /* Get the tool pointer of a tool by id */