diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-03 22:57:46 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-03 22:57:46 +0000 |
commit | adb71456d0ff53391c88789f315f1e66b14373d5 (patch) | |
tree | e7ad4e096c290d06d74ff95d475dbf44b8c47e92 /perlio.h | |
parent | dc763022fd798529b6a2466bc01bca582b031fcd (diff) | |
download | perl-adb71456d0ff53391c88789f315f1e66b14373d5.tar.gz |
PERL_IMPLICIT_SYS compiles but does not work.
p4raw-id: //depot/perlio@7970
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -161,6 +161,8 @@ extern void PerlIO_pop (PerlIO *f); /* --------------------- Now prototypes for functions --------------- */ +START_EXTERN_C + #ifndef NEXT30_NO_ATTRIBUTE #ifndef HASATTRIBUTE /* disable GNU-cc attribute checking? */ #ifdef __attribute__ /* Avoid possible redefinition errors */ @@ -316,6 +318,10 @@ extern int PerlIO_apply_layers (pTHX_ PerlIO *f, const char *mode, const char *n extern int PerlIO_binmode (pTHX_ PerlIO *f, int iotype, int omode, const char *names); #endif +extern void PerlIO_cleanup(void); + extern void PerlIO_debug(const char *fmt,...); +END_EXTERN_C + #endif /* _PERLIO_H */ |