X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perliol.h;h=c14e823efe678ddedd78a106c082899b1b59a9eb;hb=895fe8448c39ec9ce61fb5a2b7f671d3d15dcb46;hp=8f9e0ea74dc6a327ec144f27bd2e01eae9cbc24b;hpb=8cf8f3d16d82d8b3561907820401eea7766f2f96;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perliol.h b/perliol.h index 8f9e0ea..c14e823 100644 --- a/perliol.h +++ b/perliol.h @@ -6,12 +6,12 @@ typedef struct { SV *arg; } PerlIO_pair_t; -typedef struct { +struct PerlIO_list_s { IV refcnt; IV cur; IV len; PerlIO_pair_t *array; -} PerlIO_list_t; +}; struct _PerlIO_funcs { char *name;