find.c: Add flag parameter to RatFindHook() API.
commit754959e0cce0e4abe44d81ee0e16a371ef2f2719
authorPeter Clifton <peter@clifton-electronics.co.uk>
Tue, 18 Dec 2012 01:41:27 +0000 (18 01:41 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Tue, 18 Dec 2012 01:41:27 +0000 (18 01:41 +0000)
tree3fe1a430b28d9deb750fd2bd4571ad4a55532d72
parentb646e16b57f418771e1321e185706582ef077e83
find.c: Add flag parameter to RatFindHook() API.

This saves us having to expose an API to save and restore the
find.c static "theFlag" variable.

The key difference (once the save/restore are removed), is that we
then won't restore "TheFlag" variable after we are done. This will
not matter as all entry-points in find.c now take a flag parameter
and there should not be reentrancy in these calls.
src/find.c
src/find.h
src/hid/gtk/gui-netlist-window.c
src/hid/lesstif/netlist.c
src/rats.c
src/select.c