On 5/18/2011 1:29 PM, Eric Covener wrote:
>> AP_DECLARE(int) ap_unescape_url_keep2f(char *url)
>> {
>>   return ap_unescape_url_keep2f(url,1);
>> }
> 
> Duh, not in C.

Nope :)


AP_DECLARE(int) ap_unescape_url_keep2f_ex(char *url, int decode_slashes);

AP_DECLARE(int) ap_unescape_url_keep2f(char *url);




AP_DECLARE(int) ap_unescape_url_keep2f(char *url)
{
    return ap_unescape_url_keep2f_ex(url, 1);
}



You will also need an MMN bump, and should MARK the known-bad MMN as broken
in the MMN revision list.

Reply via email to