pier 01/05/09 23:31:25 Modified: connectors/include wa_provider.h Log: Removed old function prototypes. Revision Changes Path 1.3 +1 -9 jakarta-tomcat-4.0/connectors/include/wa_provider.h Index: wa_provider.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/include/wa_provider.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wa_provider.h 2001/04/24 16:30:25 1.2 +++ wa_provider.h 2001/05/10 06:31:23 1.3 @@ -58,7 +58,7 @@ /** * @package Connection Provider * @author Pier Fumagalli <mailto:[EMAIL PROTECTED]> - * @version $Id: wa_provider.h,v 1.2 2001/04/24 16:30:25 pier Exp $ + * @version $Id: wa_provider.h,v 1.3 2001/05/10 06:31:23 pier Exp $ */ #ifndef _WA_PROVIDER_H_ #define _WA_PROVIDER_H_ @@ -137,13 +137,5 @@ */ void (*handle) (wa_request *req); }; - -/** - * Retrieve a provider by its name. - * - * @param n The provider name. - * @return A pointer to a <code>wa_provider</code> structure or <b>NULL</b>. - */ -wa_provider *wa_getprovider(const char *n); #endif /* ifndef _WA_PROVIDER_H_ */