/*###################################################################################
#
#   Embperl - Copyright (c) 1997-2008 Gerald Richter / ecos gmbh  www.ecos.de
#   Embperl - Copyright (c) 2008-2015 Gerald Richter
#   Embperl - Copyright (c) 2015-2023 actevy.io  www.ecos.de
#
#   You may distribute under the terms of either the GNU General Public
#   License or the Artistic License, as specified in the Perl README file.
#   For use with Apache httpd and mod_perl, see also Apache copyright.
#
#   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
#   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
#   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
###################################################################################*/


#ifndef __EPTYPES_H
#define __EPTYPES_H

struct tReq ;
typedef struct tReq req ;
typedef struct tReq tReq ;

struct tComponent ;
typedef struct tComponent tComponent;

struct tMemPool ;
typedef struct tMemPool tMemPool ;

struct tApacheDirConfig ;
typedef struct tApacheDirConfig tApacheDirConfig ;

#endif