summaryrefslogtreecommitdiff
path: root/include/http_request.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2020-06-19 20:10:22 +0000
committerChristophe Jaillet <jailletc36@apache.org>2020-06-19 20:10:22 +0000
commitd0be8f13cf6befac8149f10a1826a970054210bc (patch)
tree6842a58ce0c0a530a9349513f6f75d59f35e15dd /include/http_request.h
parentb68bcc93127bced699c740235db9c4ecf9504037 (diff)
downloadhttpd-d0be8f13cf6befac8149f10a1826a970054210bc.tar.gz
Axe an empty line in a dox comment in order to synch with 2.4.x
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879009 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r--include/http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h
index f2ea379b23..aedafed89e 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -187,7 +187,6 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r)
* @return 1 if authentication is required, 0 otherwise
* @bug Behavior changed in 2.4.x refactoring, API no longer usable
* @deprecated @see ap_some_authn_required()
- *
*/
AP_DECLARE(int) ap_some_auth_required(request_rec *r);