X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.xs;h=d0bc33e17af8e025562883321f675d99ca57a6a8;hp=aa95e8b468b67df5274baa60db3107ddb4d3d644;hb=5a42c05b23e4ffea50b5bfe897992b013c9e90a4;hpb=4d5d5872e8624a2e37fb68c6a280f497806313e8 diff --git a/Plugin.xs b/Plugin.xs index aa95e8b..d0bc33e 100644 --- a/Plugin.xs +++ b/Plugin.xs @@ -326,12 +326,16 @@ Plugin_numbered_buff_LENGTH(pTHX_ REGEXP * const rx, const SV * const sv, SV* -Plugin_named_buff_FETCH(pTHX_ REGEXP * const rx, SV * const key, U32 flags) +Plugin_named_buff (pTHX_ REGEXP * const rx, SV * const key, SV * const value, + const U32 flags) { - PERL_UNUSED_ARG(rx); - PERL_UNUSED_ARG(key); - PERL_UNUSED_ARG(flags); + return NULL; +} +SV* +Plugin_named_buff_iter (pTHX_ REGEXP * const rx, const SV * const lastkey, + const U32 flags) +{ return NULL; }