~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to eptypes.h

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*###################################################################################
 
2
#
 
3
#   Embperl - Copyright (c) 1997-2004 Gerald Richter / ECOS  www.ecos.de
 
4
#
 
5
#   You may distribute under the terms of either the GNU General Public
 
6
#   License or the Artistic License, as specified in the Perl README file.
 
7
#   For use with Apache httpd and mod_perl, see also Apache copyright.
 
8
#
 
9
#   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
 
10
#   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 
11
#   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
12
#
 
13
###################################################################################*/
 
14
 
 
15
 
 
16
#ifndef __EPTYPES_H
 
17
#define __EPTYPES_H
 
18
 
 
19
struct tReq ;
 
20
typedef struct tReq req ;
 
21
typedef struct tReq tReq ;
 
22
 
 
23
struct tComponent ;
 
24
typedef struct tComponent tComponent;
 
25
 
 
26
struct tMemPool ;
 
27
typedef struct tMemPool tMemPool ;
 
28
 
 
29
struct tApacheDirConfig ;
 
30
typedef struct tApacheDirConfig tApacheDirConfig ;
 
31
 
 
32
#endif