X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=sub_op.h;h=5dbb320b3618aa8f31e660076cd114ebe3b7eeb5;hb=b9c3a456f75424383f35cb83000965d76e56d4ed;hp=77c899fcc4ac71c2a1fec859d86cf93a0ef6233d;hpb=a0c0873977f66d8024a988b8dbd8e1c092927189;p=perl%2Fmodules%2FSub-Op.git diff --git a/sub_op.h b/sub_op.h index 77c899f..5dbb320 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, 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); #endif /* SUB_OP_H */