diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-22 01:56:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-22 01:56:09 +0000 |
| commit | ea88c01d6ee914cb4a6a198ff1fb92db202ee36a (patch) | |
| tree | 2ef248c2f69474398321cb5155599d63f856a191 /include/stdio.h | |
| parent | 019de50b69d78da044b191c9c1d7faaedb95d74a (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/stdio.h b/include/stdio.h index db84d40f177a..431eab0e6852 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -334,10 +334,10 @@ __END_DECLS */ __BEGIN_DECLS FILE *funopen __P((const void *, - int (*)(void *, char *, int), - int (*)(void *, const char *, int), - fpos_t (*)(void *, fpos_t, int), - int (*)(void *))); + int (*)(void *, char *, int), + int (*)(void *, const char *, int), + fpos_t (*)(void *, fpos_t, int), + int (*)(void *))); __END_DECLS #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) |
