util: added binsearch.h for binary array searches
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Dec 2009 03:35:24 +0000 (14:35 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Dec 2009 06:51:29 +0000 (17:51 +1100)
commit71943e8858943718affb6a3c0ded2127f07057f0
treee89f0b49e4cbabd0b0fecab922e35c35be218bb6
parent261ba40e77192d0354d332a9a72eb94f327cb4e6
util: added binsearch.h for binary array searches

This was moved from the schema_query code. It will now be used in more
than one place, so best to make it a library macro. I think there are
quite a few places that could benefit from this.
lib/util/binsearch.h [new file with mode: 0644]