Make prototype match code with regard to constness of args to the

function pointer passed in.
This commit is contained in:
Juli Mallett 2003-06-01 06:43:39 +00:00
parent 14f566d3ca
commit 283d23cbba

View File

@ -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 *