X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;fp=sub_op.h;h=45ece3f999666aa510275bd54cd57aac785c1f80;hp=6a5d9ed2e821ec431b195838f2025209e711bd78;hb=0eb003f3bbeeada878cab10f7dabc020c775b666;hpb=302bf09fbd4b673e199bdd22b330ebbdbec4e1fe diff --git a/sub_op.h b/sub_op.h index 6a5d9ed..45ece3f 100644 --- a/sub_op.h +++ b/sub_op.h @@ -11,7 +11,6 @@ typedef struct { STRLEN namelen; const char *proto; STRLEN protolen; - Perl_ppaddr_t pp; sub_op_check_t check; sub_op_check_t ref; void *ud; @@ -23,5 +22,6 @@ void sub_op_init (sub_op_config_t *c); void sub_op_register(pTHX_ const sub_op_config_t *c, U32 flags); sub_op_config_t *sub_op_dup (pTHX_ const sub_op_config_t *c); void sub_op_free (pTHX_ sub_op_config_t *c); +OP * sub_op_study (const OP *o, OP **last_arg_p, OP **rv2cv_p); #endif /* SUB_OP_H */