X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;fp=sub_op.h;h=c66580eeb7aa7bd52c348d2f2adaec3938bcbc93;hp=45ece3f999666aa510275bd54cd57aac785c1f80;hb=efeaaece7f45dd3c188aca0094d050ea242d4bb6;hpb=0eb003f3bbeeada878cab10f7dabc020c775b666 diff --git a/sub_op.h b/sub_op.h index 45ece3f..c66580e 100644 --- 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;