]> granicus.if.org Git - apache/commitdiff
Note that the function will be available in APR.
authorGraham Leggett <minfrin@apache.org>
Thu, 6 Jun 2013 14:11:04 +0000 (14:11 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 6 Jun 2013 14:11:04 +0000 (14:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490294 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index af90db6728498cc274d0a904e447368f3d2355c1..3f2006674e59b5e57acff437b287106049cc7f67 100644 (file)
@@ -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;