File: C:/mod_perl-2.0.12/WrapXS/Apache2/Command/Command.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/Command/Apache2__Command.h"
MODULE = Apache2::Command PACKAGE = Apache2::Command PREFIX = mpxs_Apache2__Command_
Apache2::Command
mpxs_Apache2__Command_next(cmd)
Apache2::Command cmd
CODE:
/* avoiding -Wall warnings */
cmd = cmd;
RETVAL = mpxs_Apache2__Command_next(cmd);
OUTPUT:
RETVAL
MODULE = Apache2::Command PACKAGE = Apache2::Command
const char *
name(obj)
Apache2::Command obj
CODE:
RETVAL = (const char *) obj->name;
OUTPUT:
RETVAL
MODULE = Apache2::Command PACKAGE = Apache2::Command
int
req_override(obj)
Apache2::Command obj
CODE:
RETVAL = (int) obj->req_override;
OUTPUT:
RETVAL
MODULE = Apache2::Command PACKAGE = Apache2::Command
enum cmd_how
args_how(obj)
Apache2::Command obj
CODE:
RETVAL = (enum cmd_how) obj->args_how;
OUTPUT:
RETVAL
MODULE = Apache2::Command PACKAGE = Apache2::Command
const char *
errmsg(obj)
Apache2::Command obj
CODE:
RETVAL = (const char *) obj->errmsg;
OUTPUT:
RETVAL
MODULE = Apache2::Command
PROTOTYPES: disabled
BOOT:
items = items; /* -Wall */