/* * *********** 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/BucketAlloc/APR__BucketAlloc.h" MODULE = APR::BucketAlloc PACKAGE = APR::BucketAlloc PREFIX = mpxs_APR__BucketAlloc_ SV * mpxs_APR__BucketAlloc_new(CLASS, p_sv) SV * CLASS SV * p_sv CODE: RETVAL = mpxs_APR__BucketAlloc_new(aTHX_ CLASS, p_sv); OUTPUT: RETVAL MODULE = APR::BucketAlloc PACKAGE = APR::BucketAlloc PREFIX = mpxs_APR__BucketAlloc_ void mpxs_APR__BucketAlloc_destroy(ba) APR::BucketAlloc ba CODE: mpxs_APR__BucketAlloc_destroy(ba); MODULE = APR::BucketAlloc PROTOTYPES: disabled BOOT: items = items; /* -Wall */