aboutsummaryrefslogtreecommitdiff
path: root/include/search.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2000-07-07 16:52:24 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2000-07-07 16:52:24 +0000
commite31830e941fb5782a6237acb0d90ddf9b06b8005 (patch)
tree71634441ed59d72d3d495328b2bb01efc6689761 /include/search.h
parent16481ad9d4290efc1228484285a353f720e3cf27 (diff)
downloadsrc-e31830e941fb5782a6237acb0d90ddf9b06b8005.tar.gz
src-e31830e941fb5782a6237acb0d90ddf9b06b8005.zip
fix spelling errors.
Pointed out by: bde
Notes
Notes: svn path=/head/; revision=62780
Diffstat (limited to 'include/search.h')
-rw-r--r--include/search.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/search.h b/include/search.h
index 3776539ff7f4..370654a446d7 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 **,