Skip to content

Commit

Permalink
tsearch.3: SYNOPSIS: add missing definition of 'VISIT' type
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
  • Loading branch information
mkerrisk committed May 4, 2019
1 parent 921e2cf commit e4d7206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man3/tsearch.3
Expand Up @@ -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
Expand Down

0 comments on commit e4d7206

Please sign in to comment.