]> git.ipfire.org Git - thirdparty/man-pages.git/commit
tsearch.3: Do not use const arguments in twalk() callback
authorFlorian Weimer <fweimer@redhat.com>
Fri, 3 May 2019 09:49:21 +0000 (11:49 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 May 2019 23:24:35 +0000 (18:24 -0500)
commit06eef09b9ca4357daaaa10a8817bba2285bef060
treef4cf368b9039466eb2ec7bd37f20485b80e4a916
parent14a848f0f1201942ea1df7c8236c737e4d6d6ae1
tsearch.3: Do not use const arguments in twalk() callback

The const specifier is not part of the prototype (it only applies to the
implementation), so showing it here confuses the reader.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/tsearch.3