/* * *********** 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/Base64/APR__Base64.h" MODULE = APR::Base64 PACKAGE = APR::Base64 PREFIX = mpxs_APR__Base64_ int mpxs_APR__Base64_encode_len(len) int len CODE: RETVAL = mpxs_APR__Base64_encode_len(len); OUTPUT: RETVAL MODULE = APR::Base64 PROTOTYPES: disabled BOOT: items = items; /* -Wall */ cv = newXS("APR::Base64::decode", MPXS_apr_base64_decode, __FILE__); cv = newXS("APR::Base64::encode", MPXS_apr_base64_encode, __FILE__);