diff options
author | Rainer Jung <rjung@apache.org> | 2016-10-15 23:21:10 +0000 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-10-15 23:21:10 +0000 |
commit | ed301edc4103e49769e8136335f57f8acd05eb69 (patch) | |
tree | 12568914bef29ee72b3d3268cea753507c4d2abd /include | |
parent | 22ee7dde70b663b2691af9d0ce6ee1b236664fd7 (diff) | |
download | httpd-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')
-rw-r--r-- | include/httpd.h | 8 |
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 |