Hi, I found this in my Apple spambox
Met vriendelijke groet, Gilbert van Houten Wijn.org Woerden [email protected] T 0348-483838 0622-488964 http://shop.wijn.org
<<inline: logo_vanhouten.gif>>
On 18-mei-2011, at 20:38, William A. Rowe Jr. wrote: 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.
