~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to WrapXS/APR/Base64/Base64.xs

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 * *********** WARNING **************
 
4
 * This file generated by ModPerl::WrapXS/0.01
 
5
 * Any changes made here will be lost
 
6
 * ***********************************
 
7
 * 01: lib/ModPerl/WrapXS.pm:459
 
8
 * 02: lib/ModPerl/WrapXS.pm:1053
 
9
 * 03: Makefile.PL:290
 
10
 * 04: Makefile.PL:238
 
11
 * 05: Makefile.PL:49
 
12
 */
 
13
 
 
14
 
 
15
 
 
16
#define MP_IN_XS
 
17
 
 
18
#include "mod_perl.h"
 
19
 
 
20
#include "modperl_xs_sv_convert.h"
 
21
 
 
22
#include "modperl_xs_util.h"
 
23
 
 
24
#include "modperl_xs_typedefs.h"
 
25
 
 
26
#include "APR/Base64/APR__Base64.h"
 
27
 
 
28
MODULE = APR::Base64    PACKAGE = APR::Base64   PREFIX = apr_base64_
 
29
 
 
30
int
 
31
apr_base64_encode_len(len)
 
32
    int len
 
33
 
 
34
 
 
35
MODULE = APR::Base64
 
36
PROTOTYPES: disabled
 
37
 
 
38
BOOT:
 
39
    items = items; /* -Wall */
 
40
 
 
41
   cv = newXS("APR::Base64::decode", MPXS_apr_base64_decode, __FILE__);
 
42
   cv = newXS("APR::Base64::encode", MPXS_apr_base64_encode, __FILE__);