From: William A. Rowe Jr Date: Thu, 17 Nov 2016 12:09:32 +0000 (+0000) Subject: Merge of r1765451 did not apply cleanly, drop unneeded prototype. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007c61a1e7b48e62c6aeec1a74b30abcd94c11fe;p=thirdparty%2Fapache%2Fhttpd.git Merge of r1765451 did not apply cleanly, drop unneeded prototype. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1770173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index eb185633481..61ab2e6ed62 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2339,15 +2339,6 @@ AP_DECLARE(char *) ap_get_exec_line(apr_pool_t *p, const char *cmd, const char * const *argv); -/** - * Check if string contains a control character - * @param str the string to check - * @param srclen length of the data - * @return 1 if yes, 0 if no control characters - */ -AP_DECLARE(int) ap_has_cntrl(const char *str) - AP_FN_ATTR_NONNULL_ALL; - #define AP_NORESTART APR_OS_START_USEERR + 1 /**