/* * *********** WARNING ************** * This file generated by ModPerl::WrapXS/0.01 * Any changes made here will be lost * *********************************** * 01: lib/ModPerl/WrapXS.pm:540 * 02: lib/ModPerl/WrapXS.pm:1174 * 03: Makefile.PL:423 * 04: Makefile.PL:325 * 05: Makefile.PL:56 */ #define MP_IN_XS #include "mod_perl.h" #include "modperl_xs_sv_convert.h" #include "modperl_xs_util.h" #include "modperl_xs_typedefs.h" #include "APR/IpSubnet/APR__IpSubnet.h" MODULE = APR::IpSubnet PACKAGE = APR::IpSubnet PREFIX = apr_ipsubnet_ SV * new(CLASS, p_sv, ipstr, mask_or_numbits=NULL) SV * CLASS SV * p_sv const char * ipstr const char * mask_or_numbits CODE: RETVAL = mpxs_apr_ipsubnet_create(aTHX_ CLASS, p_sv, ipstr, mask_or_numbits); OUTPUT: RETVAL MODULE = APR::IpSubnet PACKAGE = APR::IpSubnet PREFIX = apr_ipsubnet_ int apr_ipsubnet_test(ipsub, sa) APR::IpSubnet ipsub APR::SockAddr sa MODULE = APR::IpSubnet PROTOTYPES: disabled BOOT: items = items; /* -Wall */