On 3/3/2010 1:49 PM, [email protected] wrote: > Author: trawick > Date: Wed Mar 3 19:49:41 2010 > New Revision: 918665 > > URL: http://svn.apache.org/viewvc?rev=918665&view=rev > Log: > fix these warnings: > > mod_isapi.c:488: warning: no previous prototype for ‘GetServerVariable’ > mod_isapi.c:590: warning: no previous prototype for ‘ReadClient’ > mod_isapi.c:807: warning: no previous prototype for ‘WriteClient’ > mod_isapi.c:863: warning: no previous prototype for ‘ServerSupportFunction’
These must all be exported, that is the ISAPI API; please revert. > mod_isapi.c:1407: warning: no previous prototype for ‘isapi_handler’ that one looks good :)
