summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)Author
2014-07-18Change lsearch()'s "base" argument to require a non-const pointer toMatthew Dempsky
2012-07-10bsearch() doesn't belong here (it's in <stdlib.h>)Philip Guenthe
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2004-07-08POSIX says "data" is void *, not char *. Also remove extern from prototypes.Todd C. Miller
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
1997-06-14Fix decl for tfind(3)Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt