jfclere 2004/08/01 09:52:18 Modified: ajp/ajplib/test ajp.h Log: Ajust ajp_msg_create prototype to ajp_msg.c. Revision Changes Path 1.26 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ajp.h 1 Aug 2004 15:33:34 -0000 1.25 +++ ajp.h 1 Aug 2004 16:52:18 -0000 1.26 @@ -307,7 +307,7 @@ * @param rmsg Pointer to newly created AJP message * @return APR_SUCCESS or error */ -apr_status_t ajp_msg_create(apr_pool_t *pool, void **rmsg); +apr_status_t ajp_msg_create(apr_pool_t *pool, ajp_msg_t **rmsg); /** * Recopy an AJP Message to another
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]