X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=31ef03ddc39236720804be85173941a6efc79d05;hb=765d19531dbb4c32d1fcf33fa38e791ed5816743;hp=714b3c9d8c9f3814774ba3d36f3ff5fd69fd2eea;hpb=bc0c81caab3813b2d61b70f94e5075bbf3a3ef69;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 714b3c9..31ef03d 100644 --- a/proto.h +++ b/proto.h @@ -5350,7 +5350,7 @@ STATIC SV * S_space_join_names_mortal(pTHX_ char *const *array) #define PERL_ARGS_ASSERT_SPACE_JOIN_NAMES_MORTAL \ assert(array) -STATIC OP * S_tied_handle_method(pTHX_ const char *const methname, SV **sp, IO *const io, MAGIC *const mg, unsigned int argc, ...) +STATIC OP * S_tied_handle_method(pTHX_ const char *const methname, SV **sp, IO *const io, MAGIC *const mg, const U32 flags, ...) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3)