]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - sub_op.h
Store the configure object into the map
[perl/modules/Sub-Op.git] / sub_op.h
index c594f036e681fb4ad21a9c09d52fed32cf21ef04..34d557192aaf899e532c34b1b5ef721a9725f3d8 100644 (file)
--- a/sub_op.h
+++ b/sub_op.h
@@ -14,8 +14,10 @@ typedef struct {
  void          *ud;
 } sub_op_config_t;
 
+#define SUB_OP_REGISTER_STEAL 1
+
 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);