From: Rainer Jung Date: Sat, 15 Oct 2016 23:21:10 +0000 (+0000) Subject: Followup to r1764961: X-Git-Tag: 2.5.0-alpha~1092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed301edc4103e49769e8136335f57f8acd05eb69;p=thirdparty%2Fapache%2Fhttpd.git Followup to r1764961: Remove declaration for dropped ap_has_cntrl(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 92ebd6c921b..406c62e9d4d 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2443,14 +2443,6 @@ AP_DECLARE(void) ap_get_loadavg(ap_loadavg_t *ld) AP_DECLARE(void) ap_bin2hex(const void *src, apr_size_t srclen, char *dest) AP_FN_ATTR_NONNULL_ALL; -/** - * Check if string contains a control character - * @param str the string to check - * @return 1 if yes, 0 if no control characters - */ -AP_DECLARE(int) ap_has_cntrl(const char *str) - AP_FN_ATTR_NONNULL_ALL; - /** * Wrapper for @a apr_password_validate() to cache expensive calculations * @param r the current request