File: C:/mod_perl-2.0.12/WrapXS/Apache2/ConnectionUtil/ConnectionUtil.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/ConnectionUtil/Apache2__ConnectionUtil.h"
MODULE = Apache2::ConnectionUtil PACKAGE = Apache2::Connection PREFIX = mpxs_Apache2__Connection_
SV *
mpxs_Apache2__Connection_pnotes(c, key=(SV *)NULL, val=(SV *)NULL)
Apache2::Connection c
SV * key
SV * val
CODE:
/* avoiding -Wall warnings */
c = c;
key = key;
val = val;
RETVAL = mpxs_Apache2__Connection_pnotes(aTHX_ c, key, val);
OUTPUT:
RETVAL
MODULE = Apache2::ConnectionUtil PACKAGE = Apache2::Connection PREFIX = mpxs_Apache2__Connection_
void
mpxs_Apache2__Connection_pnotes_kill(c)
Apache2::Connection c
CODE:
/* avoiding -Wall warnings */
c = c;
mpxs_Apache2__Connection_pnotes_kill(aTHX_ c);
MODULE = Apache2::ConnectionUtil
PROTOTYPES: disabled
BOOT:
items = items; /* -Wall */