X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=sub_op.h;h=6a5d9ed2e821ec431b195838f2025209e711bd78;hb=302bf09fbd4b673e199bdd22b330ebbdbec4e1fe;hp=34d557192aaf899e532c34b1b5ef721a9725f3d8;hpb=159088ccddecdea45fdae8093319b41c097adc86;p=perl%2Fmodules%2FSub-Op.git diff --git a/sub_op.h b/sub_op.h index 34d5571..6a5d9ed 100644 --- a/sub_op.h +++ b/sub_op.h @@ -9,8 +9,11 @@ typedef OP *(*sub_op_check_t)(pTHX_ OP *, void *); typedef struct { const char *name; STRLEN namelen; + const char *proto; + STRLEN protolen; Perl_ppaddr_t pp; sub_op_check_t check; + sub_op_check_t ref; void *ud; } sub_op_config_t;