diff options
author | alfred <alfred@FreeBSD.org> | 2000-07-07 16:52:24 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2000-07-07 16:52:24 +0000 |
commit | fc2b721d26c06bf8331cf8e44048d1350e304002 (patch) | |
tree | 822aec71c3c5ae90a214779e99d262ebd231bafb /include | |
parent | 8830f654bad42b34f66296467c03b689f2ea34ee (diff) | |
download | FreeBSD-src-fc2b721d26c06bf8331cf8e44048d1350e304002.zip FreeBSD-src-fc2b721d26c06bf8331cf8e44048d1350e304002.tar.gz |
fix spelling errors.
Pointed out by: bde
Diffstat (limited to 'include')
-rw-r--r-- | include/search.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/search.h b/include/search.h index 3776539..370654a 100644 --- a/include/search.h +++ b/include/search.h @@ -41,22 +41,9 @@ typedef struct node { #endif __BEGIN_DECLS -/* stdlib.h -void *bsearch __P((const void *, const void *, size_t, size_t, - int (*)(const void *, const void *))); - */ int hcreate __P((size_t)); void hdestroy __P((void)); ENTRY *hsearch __P((ENTRY, ACTION)); -/* depricated interfaces (in libcompat) -void *lfind __P((const void *, const void *, size_t *, size_t, - int (*)(const void *, const void *))); -void *lsearch __P((const void *, const void *, size_t *, size_t, - int (*)(const void *, const void *))); -void insque __P((void *, void *)); -void remque __P((void *)); - */ - void *tdelete __P((const void *, void **, int (*)(const void *, const void *))); void *tfind __P((const void *, void **, |