/* * *********** WARNING ************** * This file generated by ModPerl::WrapXS/0.01 * Any changes made here will be lost * *********************************** * 01: lib/ModPerl/WrapXS.pm:540 * 02: lib/ModPerl/WrapXS.pm:1174 * 03: Makefile.PL:423 * 04: Makefile.PL:325 * 05: Makefile.PL:56 */ #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: 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 */