File: C:/mod_perl-2.0.12/WrapXS/APR/UUID/UUID.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/UUID/APR__UUID.h"
MODULE = APR::UUID PACKAGE = APR::UUID PREFIX = apr_uuid_
APR::UUID
new(CLASS)
SV * CLASS
CODE:
/* avoiding -Wall warnings */
CLASS = CLASS;
RETVAL = mpxs_apr_uuid_get(aTHX_ CLASS);
OUTPUT:
RETVAL
MODULE = APR::UUID PACKAGE = APR::UUID PREFIX = apr_uuid_
APR::UUID
parse(CLASS, buf)
SV * CLASS
char * buf
CODE:
/* avoiding -Wall warnings */
CLASS = CLASS;
buf = buf;
RETVAL = mpxs_apr_uuid_parse(aTHX_ CLASS, buf);
OUTPUT:
RETVAL
void
apr_uuid_DESTROY(uuid)
APR::UUID uuid
MODULE = APR::UUID
PROTOTYPES: disabled
BOOT:
items = items; /* -Wall */
cv = newXS("APR::UUID::format", MPXS_apr_uuid_format, __FILE__);