diff options
Diffstat (limited to 'include/search.h')
-rw-r--r-- | include/search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/search.h b/include/search.h index a2889bfd1b2..a421e5a82ef 100644 --- a/include/search.h +++ b/include/search.h @@ -47,7 +47,7 @@ extern void remque __P((void *)); extern void *tdelete __P((const void *, void **, int (*)(const void *, const void *))); -extern void *tfind __P((const void *, void **, +extern void *tfind __P((const void *, void * const *, int (*)(const void *, const void *))); extern void *tsearch __P((const void *, void **, int (*)(const void *, const void *))); |