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 | c951bda6db59a47aad0a52ebc5e93ee8be19551b (patch) | |
tree | e7ad4e096c290d06d74ff95d475dbf44b8c47e92 /perlio.h | |
parent | a854c8dd4b30ce17e6f98355ea83b9caf0d630f1 (diff) | |
download | perl-c951bda6db59a47aad0a52ebc5e93ee8be19551b.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 */ |