From 3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sat, 22 Dec 2001 20:01:27 +0000 Subject: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff p4raw-id: //depot/perlio@13854 --- perlio.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'perlio.h') diff --git a/perlio.h b/perlio.h index b7b25560fe..b12539d5c2 100644 --- a/perlio.h +++ b/perlio.h @@ -210,9 +210,6 @@ extern PerlIO *PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **arg); #endif -#ifndef PerlIO_close -extern int PerlIO_close(PerlIO *); -#endif #ifndef PerlIO_eof extern int PerlIO_eof(PerlIO *); #endif @@ -228,15 +225,9 @@ extern int PerlIO_getc(PerlIO *); #ifndef PerlIO_putc extern int PerlIO_putc(PerlIO *, int); #endif -#ifndef PerlIO_flush -extern int PerlIO_flush(PerlIO *); -#endif #ifndef PerlIO_ungetc extern int PerlIO_ungetc(PerlIO *, int); #endif -#ifndef PerlIO_fileno -extern int PerlIO_fileno(PerlIO *); -#endif #ifndef PerlIO_fdopen extern PerlIO *PerlIO_fdopen(int, const char *); #endif -- cgit v1.2.1