File: C:/mod_perl-2.0.12/WrapXS/APR/Error/Error.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/Error/APR__Error.h"
MODULE = APR::Error PACKAGE = APR::Error PREFIX = mpxs_APR__Error_
char *
mpxs_APR__Error_strerror(rc)
apr_status_t rc
CODE:
/* avoiding -Wall warnings */
rc = rc;
RETVAL = mpxs_APR__Error_strerror(rc);
OUTPUT:
RETVAL
MODULE = APR::Error
PROTOTYPES: disabled
BOOT:
items = items; /* -Wall */