You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/11/17 12:09:32 UTC

svn commit: r1770173 - /httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h

Author: wrowe
Date: Thu Nov 17 12:09:32 2016
New Revision: 1770173

URL: http://svn.apache.org/viewvc?rev=1770173&view=rev
Log:
Merge of r1765451 did not apply cleanly, drop unneeded prototype.

Modified:
    httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h

Modified: httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h?rev=1770173&r1=1770172&r2=1770173&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h (original)
+++ httpd/httpd/branches/2.4.x-merge-http-strict/include/httpd.h Thu Nov 17 12:09:32 2016
@@ -2339,15 +2339,6 @@ AP_DECLARE(char *) ap_get_exec_line(apr_
                                     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
 
 /**