From: Jarkko Hietaniemi Date: Mon, 29 Oct 2001 13:13:09 +0000 (+0000) Subject: Forgot from #12756. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a15cca792d1ce9a15f65cc4b2a944d33ac91e82;p=p5sagit%2Fp5-mst-13.2.git Forgot from #12756. p4raw-id: //depot/perl@12757 --- diff --git a/perlio.h b/perlio.h index 381367d..3c0234e 100644 --- a/perlio.h +++ b/perlio.h @@ -54,6 +54,11 @@ */ #include +#ifdef __BEOS__ +int fseeko(FILE *stream, off_t offset, int whence); +off_t ftello(FILE *stream); +#endif + #if defined(USE_64_BIT_STDIO) && defined(HAS_FTELLO) && !defined(USE_FTELL64) #define ftell ftello #endif