X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;h=20733c1888dbfb2f463fdcdb99deb4f8ab0078be;hp=c7fc83f0e9240e1c3fa8e5e3650bfd9e703c0e4b;hb=6a7b5fad65453cfc8742554cef515b1d7c84443a;hpb=fa4378c8262b5f0d476bb0af2d52551dc3fe0cc0 diff --git a/sub_op.h b/sub_op.h index c7fc83f..20733c1 100644 --- a/sub_op.h +++ b/sub_op.h @@ -12,8 +12,8 @@ typedef struct { Perl_ppaddr_t pp; sub_op_check_t check; void *ud; -} sub_op_keyword; +} sub_op_config_t; -void sub_op_register(pTHX_ const sub_op_keyword *k); +void sub_op_register(pTHX_ const sub_op_config_t *c); #endif /* SUB_OP_H */