X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;h=c594f036e681fb4ad21a9c09d52fed32cf21ef04;hp=77c899fcc4ac71c2a1fec859d86cf93a0ef6233d;hb=c987524f0641ca6a25d5e3072c9d1a2ecef2f57c;hpb=e6ff1534ace858986b43cfdbe20a3d86346a628b diff --git a/sub_op.h b/sub_op.h index 77c899f..c594f03 100644 --- a/sub_op.h +++ b/sub_op.h @@ -14,6 +14,9 @@ typedef struct { void *ud; } sub_op_config_t; -void sub_op_register(pTHX_ const sub_op_config_t *c); +void sub_op_init (sub_op_config_t *c); +void sub_op_register(pTHX_ const sub_op_config_t *c); +sub_op_config_t *sub_op_dup (pTHX_ const sub_op_config_t *c); +void sub_op_free (pTHX_ sub_op_config_t *c); #endif /* SUB_OP_H */