diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:04:50 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:04:50 +0000 |
| commit | ad7076c9929895b67c634078a2278252c249b1ac (patch) | |
| tree | 01adc9963b28b83ae1a39723fee3f1fe0efd30ba /include/stdio.h | |
| parent | bb9656377b1e1a3a0d4822980f327c18bab594f7 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 9c4c37ee49e7..71d23d4de817 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -298,7 +298,6 @@ int vasprintf __P((char **, const char *, _BSD_VA_LIST_)); int vsnprintf __P((char *, size_t, const char *, _BSD_VA_LIST_)); int vscanf __P((const char *, _BSD_VA_LIST_)); int vsscanf __P((const char *, const char *, _BSD_VA_LIST_)); -FILE *zopen __P((const char *, const char *, int)); __END_DECLS /* |
