tsearch.3: SYNOPSIS: add missing definition of 'VISIT' type

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-05-04 17:18:57 -05:00
parent 921e2cfd1f
commit e4d720644d
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree
.nf
.B #include <search.h>
.PP
.BI "typedef enum { preorder, postorder, endorder, leaf } VISIT;"
.PP
.BI "void *tsearch(const void *" key ", void **" rootp ,
.BI " int (*" compar ")(const void *, const void *));"
.PP