diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-04 17:18:57 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-04 17:54:23 -0500 |
| commit | e4d720644df1c4ce4b038572d6ca08d61c7506e9 (patch) | |
| tree | 325b8801f2a06925008cb6515a2574b404514454 | |
| parent | 921e2cfd1fc69e052adcdbc9a44b469078bbf832 (diff) | |
| download | man-pages-e4d720644df1c4ce4b038572d6ca08d61c7506e9.tar.gz | |
tsearch.3: SYNOPSIS: add missing definition of 'VISIT' type
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/tsearch.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 33213a029c..2c4aa52024 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -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 |
