diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 18:23:29 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 18:23:29 +0000 |
| commit | 2ff678f5bb48d68e0635f3986a9068e72289c919 (patch) | |
| tree | ef0edbd2131d5fbfeb3556a582d2491b8a11f007 /lib/libc/stdio/local.h | |
| parent | 05c03ed9b84f2084ed92f5312753c4805fa6d8c4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/local.h')
| -rw-r--r-- | lib/libc/stdio/local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 5c0d347a417b..00ec2d8bb3eb 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -46,6 +46,7 @@ * in particular, macros and private variables. */ +extern off_t _ftello __P((FILE *)); extern int _fseeko __P((FILE *, off_t, int, int)); extern int __fflush __P((FILE *fp)); extern int __sflush __P((FILE *)); |
