]> granicus.if.org Git - apache/commitdiff
Followup to r1764961:
authorRainer Jung <rjung@apache.org>
Sat, 15 Oct 2016 23:21:10 +0000 (23:21 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 15 Oct 2016 23:21:10 +0000 (23:21 +0000)
Remove declaration for dropped ap_has_cntrl().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765114 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 92ebd6c921bc7445c39d955dabfda56ba6a95541..406c62e9d4dce90e84295d8ea9f01fe7e11c0bf6 100644 (file)
@@ -2443,14 +2443,6 @@ AP_DECLARE(void) ap_get_loadavg(ap_loadavg_t *ld)
 AP_DECLARE(void) ap_bin2hex(const void *src, apr_size_t srclen, char *dest)
                  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