1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

As cache_control_t is public, make ap_cache_control() public with it. Bump

the MMN for addition of ap_cache_control(), and the addition of cache_control_t
to the disk format.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2010-10-17 00:59:44 +00:00
parent 3b619648dc
commit b4ecd74a9e
3 changed files with 10 additions and 8 deletions

View File

@ -225,14 +225,6 @@ typedef struct {
cache_control_t control_in; /* cache control incoming */
} cache_request_rec;
/**
* Parse the Cache-Control and Pragma headers in one go, marking
* which tokens appear within the header. Populate the structure
* passed in.
*/
int ap_cache_control(request_rec *r, cache_control_t *cc, const char *cc_header,
const char *pragma_header, apr_table_t *headers);
/**
* Check the whether the request allows a cached object to be served as per RFC2616
* section 14.9.4 (Cache Revalidation and Reload Controls)