File: C:/mod_perl-2.0.12/WrapXS/APR/Base64/Base64.xs
/*
* *********** WARNING **************
* This file generated by ModPerl::WrapXS/0.01
* Any changes made here will be lost
* ***********************************
* 01: lib/ModPerl/WrapXS.pm:549
* 02: lib/ModPerl/WrapXS.pm:1185
* 03: Makefile.PL:435
* 04: Makefile.PL:333
* 05: Makefile.PL:59
*/
#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:
/* avoiding -Wall warnings */
len = len;
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__);