X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;h=5dbb320b3618aa8f31e660076cd114ebe3b7eeb5;hp=c594f036e681fb4ad21a9c09d52fed32cf21ef04;hb=b9c3a456f75424383f35cb83000965d76e56d4ed;hpb=c987524f0641ca6a25d5e3072c9d1a2ecef2f57c diff --git a/sub_op.h b/sub_op.h index c594f03..5dbb320 100644 --- a/sub_op.h +++ b/sub_op.h @@ -15,7 +15,7 @@ typedef struct { } sub_op_config_t; void sub_op_init (sub_op_config_t *c); -void sub_op_register(pTHX_ const 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);