pier 01/05/10 08:50:09 Modified: connectors/include wa.h Log: Providers updated Revision Changes Path 1.6 +5 -1 jakarta-tomcat-4.0/connectors/include/wa.h Index: wa.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/include/wa.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wa.h 2001/05/10 08:53:16 1.5 +++ wa.h 2001/05/10 15:50:04 1.6 @@ -57,7 +57,7 @@ /** * @author Pier Fumagalli <mailto:[EMAIL PROTECTED]> - * @version $Id: wa.h,v 1.5 2001/05/10 08:53:16 pier Exp $ + * @version $Id: wa.h,v 1.6 2001/05/10 15:50:04 pier Exp $ */ #ifndef _WA_H_ #define _WA_H_ @@ -73,7 +73,9 @@ #include <apr_pools.h> #include <apr_strings.h> #include <apr_tables.h> +#include <apr_tables.h> #include <apr_time.h> +#include <apr_network_io.h> /* WebApp Library type definitions. */ typedef int boolean; @@ -92,6 +94,8 @@ /* All declared providers */ extern wa_provider wa_provider_info; +//extern wa_provider wa_provider_warp; +//extern wa_provider wa_provider_jni; /* WebApp Library includes */ #include <wa_main.h>