You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2016/10/15 23:21:11 UTC

svn commit: r1765114 - /httpd/httpd/trunk/include/httpd.h

Author: rjung
Date: Sat Oct 15 23:21:10 2016
New Revision: 1765114

URL: http://svn.apache.org/viewvc?rev=1765114&view=rev
Log:
Followup to r1764961:
Remove declaration for dropped ap_has_cntrl().

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1765114&r1=1765113&r2=1765114&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Sat Oct 15 23:21:10 2016
@@ -2444,14 +2444,6 @@ AP_DECLARE(void) ap_bin2hex(const void *
                  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
  * @param username username of the user