File: C:/mod_perl-2.0.12/WrapXS/Apache2/MPM/MPM.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 "Apache2/MPM/Apache2__MPM.h"
MODULE = Apache2::MPM PACKAGE = Apache2::MPM PREFIX = mpxs_Apache2__MPM_
SV *
mpxs_Apache2__MPM_query(self, query_code)
SV * self
int query_code
CODE:
/* avoiding -Wall warnings */
self = self;
query_code = query_code;
RETVAL = mpxs_Apache2__MPM_query(aTHX_ self, query_code);
OUTPUT:
RETVAL
MODULE = Apache2::MPM
PROTOTYPES: disabled
BOOT:
mpxs_Apache2__MPM_BOOT(aTHX);
items = items; /* -Wall */