X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=sub_op.h;h=77c899fcc4ac71c2a1fec859d86cf93a0ef6233d;hb=50984c4a3e39b187b5b52ceeba826bc819d23564;hp=c7fc83f0e9240e1c3fa8e5e3650bfd9e703c0e4b;hpb=0661466030b3dd0fb805da10aaed883fbe931093;p=perl%2Fmodules%2FSub-Op.git diff --git a/sub_op.h b/sub_op.h index c7fc83f..77c899f 100644 --- a/sub_op.h +++ b/sub_op.h @@ -8,12 +8,12 @@ typedef OP *(*sub_op_check_t)(pTHX_ OP *, void *); typedef struct { const char *name; - STRLEN len; + STRLEN namelen; Perl_ppaddr_t pp; sub_op_check_t check; void *ud; -} sub_op_keyword; +} sub_op_config_t; -void sub_op_register(pTHX_ const sub_op_keyword *k); +void sub_op_register(pTHX_ const sub_op_config_t *c); #endif /* SUB_OP_H */