diff options
| author | Greg Stein <gstein@apache.org> | 2001-02-18 03:18:35 +0000 |
|---|---|---|
| committer | Greg Stein <gstein@apache.org> | 2001-02-18 03:18:35 +0000 |
| commit | b66380e941a1c3b2df90a8284ebd307fe7bd6ae5 (patch) | |
| tree | 2dbfdf8f2ec75dc644585ebb8f2833389a1f2212 /include/http_protocol.h | |
| parent | dd9b08e32169354e347fd4940733b805bc507c6c (diff) | |
| download | httpd-b66380e941a1c3b2df90a8284ebd307fe7bd6ae5.tar.gz | |
shift some declarations over to mod_core.h where they're totally private.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_protocol.h')
| -rw-r--r-- | include/http_protocol.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h index d92534dd44..11d328d849 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -103,10 +103,6 @@ AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb); */ AP_DECLARE(void) ap_send_http_header(request_rec *r); -/* Send the response to special method requests */ - -AP_DECLARE(int) ap_send_http_trace(request_rec *r); -int ap_send_http_options(request_rec *r); /* Finish up stuff after a request */ @@ -484,14 +480,6 @@ AP_DECLARE(void) ap_note_digest_auth_failure(request_rec *r); */ AP_DECLARE(int) ap_get_basic_auth_pw(request_rec *r, const char **pw); -/* - * Setting up the protocol fields for subsidiary requests... - * Also, a wrapup function to keep the internal accounting straight. - */ - -void ap_set_sub_req_protocol(request_rec *rnew, const request_rec *r); -void ap_finalize_sub_req_protocol(request_rec *sub_r); - /** * parse_uri: break apart the uri * @warning Side Effects: <PRE> |
