On Wed, Mar 3, 2010 at 2:58 PM, William A. Rowe Jr. <[email protected]> wrote: > 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.
I guess filling in the EXTENSION_CONTROL_BLOCK with their addresses is not the only way an app gets addressibility .../?
