From: Graham Leggett Date: Thu, 6 Jun 2013 14:11:04 +0000 (+0000) Subject: Note that the function will be available in APR. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c206d31252be6bdd6e79c480cf416a9e12b7325f;p=thirdparty%2Fapache%2Fhttpd.git Note that the function will be available in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490294 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index af90db67284..3f2006674e5 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -500,6 +500,7 @@ static const char lazy_eval_sentinel = '\0'; /* The following is a shrinking transformation, therefore safe. */ +/* Note: this function is deprecated in favour of apr_unescape_entity() in APR */ static void decodehtml(char *s) { int val, i, j;