~ubuntu-branches/ubuntu/quantal/apache2/quantal

« back to all changes in this revision

Viewing changes to include/http_protocol.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-10-14 16:01:29 UTC
  • mfrom: (14.3.30 sid)
  • Revision ID: james.westby@ubuntu.com-20111014160129-tetbckwjkurd20sv
Tags: 2.2.21-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
 */
310
310
AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct);
311
311
 
 
312
/**
 
313
 * Set the Accept-Ranges header for this response
 
314
 * @param r The current request
 
315
 */
 
316
AP_DECLARE(void) ap_set_accept_ranges(request_rec *r);
 
317
 
 
318
 
312
319
/* Hmmm... could macrofy these for now, and maybe forever, though the
313
320
 * definitions of the macros would get a whole lot hairier.
314
321
 */