git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058
13f79535-47bb-0310-9956-
ffa450edef68
* Escape a string for logging into the error log (without a pool)
* @param dest The buffer to write to
* @param source The string to escape
- * @param maxlen The buffer size for the escaped string (including \0)
+ * @param buflen The buffer size for the escaped string (including \0)
* @return The len of the escaped string (always < maxlen)
*/
AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source,