summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-10-15 23:21:10 +0000
committerRainer Jung <rjung@apache.org>2016-10-15 23:21:10 +0000
commited301edc4103e49769e8136335f57f8acd05eb69 (patch)
tree12568914bef29ee72b3d3268cea753507c4d2abd /include/httpd.h
parent22ee7dde70b663b2691af9d0ce6ee1b236664fd7 (diff)
downloadhttpd-ed301edc4103e49769e8136335f57f8acd05eb69.tar.gz
Followup to r1764961:
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
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 92ebd6c921..406c62e9d4 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -2444,14 +2444,6 @@ 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
* @param username username of the user