DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28523>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28523

ap_set_sub_req_protocol not exported on win32

           Summary: ap_set_sub_req_protocol not exported on win32
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: Other
               URL: http://www.outoforder.cc/projects/apache/mod_ftpd/
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


the core function ap_set_sub_req_protocol is not exported for win32 builds of
apache 2, but is on unix builds.

AP_DECLARE should be wrapped around the void on line 983 of server/protocol.c

-ap_set_sub_req_protocol(request_rec *rnew, const
request_rec *r)
+AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew, const
request_rec *r)

i am using this function in my mod_ftpd module at the URL in the bug report. svn
repository is here.. http://svn.outoforder.cc/svn/mod_ftpd/trunk/ where I have
my *quick hack* to get it compiling on win32 by including that function in a
separate file (win32.c).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to