Index: rats_patch.h =================================================================== --- rats_patch.h (revision 922) +++ rats_patch.h (revision 923) @@ -6,3 +6,6 @@ /* apply a single patch record on [NETLIST_EDITED]; returns non-zero on failure */ int rats_patch_apply(PCBTypePtr pcb, rats_patch_line_t *patch); + +/* find the net entry for a pin (slow) */ +LibraryMenuTypePtr rats_patch_find_net4pin(PCBTypePtr pcb, const char *pin); \ No newline at end of file