~ubuntu-branches/ubuntu/trusty/haproxy/trusty-updates

« back to all changes in this revision

Viewing changes to include/proto/proxy.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091019223145-rymupk5njs544bvp
ImportĀ upstreamĀ versionĀ 1.3.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
const char *proxy_mode_str(int mode);
41
41
struct proxy *findproxy(const char *name, int mode, int cap);
42
42
struct server *findserver(const struct proxy *px, const char *name);
43
 
int proxy_cfg_ensure_no_http(struct proxy *curproxy, const char *file);
 
43
int proxy_cfg_ensure_no_http(struct proxy *curproxy);
44
44
 
45
45
/*
46
46
 * This function returns a string containing the type of the proxy in a format