summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-05-05 22:14:47 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-05-05 22:14:47 +0000
commitf9b77ed91ea12fbae83af78b6b5ceafe81e13857 (patch)
tree705dde01743d8c5afe1bef8ce0f622703d41ec0b /include
parent24d2a58f6269e18b894b78915bc18dd055430ea4 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index b2f6957c7a16..c8d51e52fc9f 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.5 (Berkeley) 4/29/95
- * $Id: stdio.h,v 1.20 1998/07/13 06:45:20 bde Exp $
+ * $Id: stdio.h,v 1.22 1999/02/08 21:32:24 dt Exp $
*/
#ifndef _STDIO_H_
@@ -296,6 +296,8 @@ __BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));
+int fseeko __P((FILE *, _BSD_OFF_T_, int));
+_BSD_OFF_T_ ftello __P((FILE *));
int getw __P((FILE *));
int pclose __P((FILE *));
FILE *popen __P((const char *, const char *));