summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-12-10 20:43:32 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-12-10 20:43:32 +0000
commit33af2bc731cf870df7b094c6b3d116322b4b493f (patch)
tree5dc362fc7472f4bb1bf072beab9ea0210235263b /perlio.h
parentc8cfdfc75b7d5d28511d82df4e41747dd1368a27 (diff)
downloadperl-33af2bc731cf870df7b094c6b3d116322b4b493f.tar.gz
Not merge worthy...
Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name) syntax is modelled on attributes. Untested fix for io/utf8 on Win32 etc. Very clumsy start to the encode layer. p4raw-id: //depot/perlio@8076
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.h b/perlio.h
index 7d4cdcd2dc..b2e5179470 100644
--- a/perlio.h
+++ b/perlio.h
@@ -82,7 +82,7 @@ typedef PerlIOl *PerlIO;
extern void PerlIO_define_layer (PerlIO_funcs *tab);
extern SV * PerlIO_find_layer (const char *name, STRLEN len);
-extern PerlIO * PerlIO_push (PerlIO *f,PerlIO_funcs *tab,const char *mode);
+extern PerlIO * PerlIO_push (PerlIO *f,PerlIO_funcs *tab,const char *mode,const char *arg,STRLEN len);
extern void PerlIO_pop (PerlIO *f);
#endif /* PerlIO */