]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - sub_op.h
Rename the "check" member to "call"
[perl/modules/Sub-Op.git] / sub_op.h
index 45ece3f999666aa510275bd54cd57aac785c1f80..c66580eeb7aa7bd52c348d2f2adaec3938bcbc93 100644 (file)
--- a/sub_op.h
+++ b/sub_op.h
@@ -11,7 +11,7 @@ typedef struct {
  STRLEN         namelen;
  const char    *proto;
  STRLEN         protolen;
- sub_op_check_t check;
+ sub_op_check_t call;
  sub_op_check_t ref;
  void          *ud;
 } sub_op_config_t;