about summary refs log tree commit diff
path: root/include/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/search.h')
-rw-r--r--include/search.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/search.h b/include/search.h
index 14d913a63c..60bb59a39b 100644
--- a/include/search.h
+++ b/include/search.h
@@ -1,6 +1,9 @@
 #ifndef _SEARCH_H
 #include <misc/search.h>
 
+libc_hidden_proto (hsearch_r)
+libc_hidden_proto (lfind)
+
 /* Now define the internal interfaces.  */
 extern void __hdestroy (void);
 extern void *__tsearch (__const void *__key, void **__rootp,