From 007c61a1e7b48e62c6aeec1a74b30abcd94c11fe Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 17 Nov 2016 12:09:32 +0000 Subject: [PATCH] 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 --- include/httpd.h | 9 --------- 1 file changed, 9 deletions(-) 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 /** -- 2.47.2