]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge of r1765451 did not apply cleanly, drop unneeded prototype.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Nov 2016 12:09:32 +0000 (12:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Nov 2016 12:09:32 +0000 (12:09 +0000)
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

index eb18563348150a3fc118f1bf5c9f8aa0d1d06392..61ab2e6ed62042b5a3ce8588951f46ca0c49b8df 100644 (file)
@@ -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
 
 /**