summaryrefslogtreecommitdiffstats
path: root/lib/util/binsearch.h
Commit message (Collapse)AuthorAgeFilesLines
* util: added binsearch.h for binary array searchesAndrew Tridgell2009-12-101-0/+68
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.