summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-12-03 22:57:46 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-12-03 22:57:46 +0000
commitadb71456d0ff53391c88789f315f1e66b14373d5 (patch)
treee7ad4e096c290d06d74ff95d475dbf44b8c47e92 /perlio.h
parentdc763022fd798529b6a2466bc01bca582b031fcd (diff)
downloadperl-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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perlio.h b/perlio.h
index f277dde233..b2aa0aad97 100644
--- a/perlio.h
+++ b/perlio.h
@@ -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 */