Make prototype match code with regard to constness of args to the
function pointer passed in.
This commit is contained in:
parent
14f566d3ca
commit
283d23cbba
@ -45,7 +45,7 @@
|
||||
.In sys/stat.h
|
||||
.In fts.h
|
||||
.Ft FTS *
|
||||
.Fn fts_open "char * const *path_argv" "int options" "int (*compar)(const FTSENT **, const FTSENT **)"
|
||||
.Fn fts_open "char * const *path_argv" "int options" "int (*compar)(const FTSENT *const *, const FTSENT *const *)"
|
||||
.Ft FTSENT *
|
||||
.Fn fts_read "FTS *ftsp"
|
||||
.Ft FTSENT *
|
||||
|
Loading…
Reference in New Issue
Block a user