diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-17 17:29:17 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-17 17:29:17 +0000 |
commit | e3fb95be71218031e1e70eaf83bea13a79bfd60e (patch) | |
tree | 56015a52de1a3ce4533e7ada305c27fa84204599 | |
parent | 556ee612e5cd708709344c6bdba01c26b1bef6a4 (diff) |
Notes
-rw-r--r-- | lib/libc/stdio/funopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 5e57756e09370..90e98d4d2890f 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -44,7 +44,7 @@ .Sh SYNOPSIS .Fd #include <stdio.h> .Ft FILE * -.Fn funopen "void *cookie" "int (*readfn)(void *, char *, int)" "int (*writefn)(void *, const char *, int)" "fpos_t (*seekfn)(void *, fpos_t, int)" "int (*closefn)(void *)" +.Fn funopen "const void *cookie" "int (*readfn)(void *, char *, int)" "int (*writefn)(void *, const char *, int)" "fpos_t (*seekfn)(void *, fpos_t, int)" "int (*closefn)(void *)" .Ft FILE * .Fn fropen "void *cookie" "int (*readfn)(void *, char *, int)" .Ft FILE * |