~ubuntu-branches/ubuntu/oneiric/haproxy/oneiric-updates

« back to all changes in this revision

Viewing changes to src/hdr_idx.c

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-06-26 00:11:01 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090626001101-qo261ke2mjh3d8cn
Tags: 1.3.18-1
* New Upstream Version (Closes: #534583).
* Add contrib directory in docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Header indexation functions.
3
3
 *
4
 
 * Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
 
4
 * Copyright 2000-2008 Willy Tarreau <w@1wt.eu>
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or
7
7
 * modify it under the terms of the GNU General Public License
11
11
 */
12
12
 
13
13
#include <common/config.h>
14
 
#include <types/hdr_idx.h>
 
14
#include <proto/hdr_idx.h>
15
15
 
16
16
 
17
17
/*