X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=intrpvar.h;h=c224ff7c5d3881e9fb8074b14cbb14633577e45b;hb=9459710475e45fb4a97fce8a8bc59383952cc617;hp=b6b4f07388b6dc04bae8b38a50e0875d6b66f1b3;hpb=a1ea730d96bcc07b3d616a92ace3927de8290cdd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/intrpvar.h b/intrpvar.h index b6b4f07..c224ff7 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -495,6 +495,8 @@ PERLVAR(Icustom_op_descs, HV*) /* Descriptions of user defined ops */ #ifdef PERLIO_LAYERS PERLVARI(Iperlio, PerlIO *,NULL) +PERLVARI(Iknown_layers, PerlIO_list_t *,NULL) +PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL) #endif /* New variables must be added to the very end for binary compatibility.