Forgot from #12756.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 29 Oct 2001 13:13:09 +0000 (13:13 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 29 Oct 2001 13:13:09 +0000 (13:13 +0000)
p4raw-id: //depot/perl@12757

perlio.h

index 381367d..3c0234e 100644 (file)
--- a/perlio.h
+++ b/perlio.h
  */
 #include <stdio.h>
 
+#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