Rename _setup and _teardown to {setup,teardown}_for_cv.
[p5sagit/Devel-BeginLift.git] / BeginLift.xs
index 0030357..cf92144 100644 (file)
@@ -103,13 +103,13 @@ MODULE = Devel::BeginLift  PACKAGE = Devel::BeginLift
 PROTOTYPES: DISABLE
 
 UV
-_setup (CV *cv)
+setup_for_cv (CV *cv)
   CODE:
     RETVAL = (UV)hook_op_check_entersubforcv (cv, lift_cb, NULL);
   OUTPUT:
     RETVAL
 
 void
-_teardown (UV id)
+teardown_for_cv (UV id)
   CODE:
     hook_op_check_entersubforcv_remove ((hook_op_check_id)id);