decl of fts_set was missing '*' for the first parm

This commit is contained in:
gdr 1997-12-21 19:44:24 +00:00
parent b294c85eb2
commit a0525b81fd
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ FTSENT *\fBfts_read\fR (FTS *\fIftsp\fR);
.sp 1
FTSENT *\fBfts_children\fR (FTS *\fIftsp\fR, int \fIoptions\fR);
.sp 1
int \fBfts_set\fR (FTS \fIftsp\fR, FTSENT *\fIf\fR, int \fIoptions\fR);
int \fBfts_set\fR (FTS *\fIftsp\fR, FTSENT *\fIf\fR, int \fIoptions\fR);
.sp 1
int \fBfts_close\fR (FTS *\fIftsp\fR);
.SH DESCRIPTION