/*
- * include/proto/http_fetch.h
+ * include/haproxy/http_fetch.h
* This file contains the minimally required http sample fetch declarations.
*
* Copyright (C) 2000-2018 Willy Tarreau - w@1wt.eu
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _PROTO_HTTP_FETCH_H
-#define _PROTO_HTTP_FETCH_H
+#ifndef _HAPROXY_HTTP_FETCH_H
+#define _HAPROXY_HTTP_FETCH_H
+#include <haproxy/arg-t.h>
#include <haproxy/api.h>
#include <haproxy/check-t.h>
-#include <haproxy/htx.h>
-#include <haproxy/arg-t.h>
-#include <types/channel.h>
#include <haproxy/sample-t.h>
+#include <types/channel.h>
struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, struct check *check, int vol);
int val_hdr(struct arg *arg, char **err_msg);
-
-#endif /* _PROTO_HTTP_FETCH_H */
+#endif /* _HAPROXY_HTTP_FETCH_H */
/*
* Local variables:
#include <haproxy/chunk.h>
#include <haproxy/buf-t.h>
#include <haproxy/errors.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_htx.h>
#include <haproxy/thread.h>
#include <haproxy/global.h>
#include <haproxy/arg.h>
-#include <proto/http_fetch.h>
#include <proto/log.h>
#include <proto/http_ana.h>
#include <haproxy/sample.h>
#include <common/cfgparse.h>
#include <haproxy/errors.h>
#include <haproxy/http.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_htx.h>
#include <haproxy/global.h>
#include <haproxy/arg.h>
-#include <proto/http_fetch.h>
#include <proto/log.h>
#include <proto/http_ana.h>
#include <haproxy/sample.h>
#include <haproxy/chunk.h>
#include <common/cfgparse.h>
#include <haproxy/errors.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_htx.h>
#include <haproxy/regex.h>
#include <haproxy/sample.h>
#include <proto/acl.h>
#include <proto/fcgi-app.h>
#include <proto/filters.h>
-#include <proto/http_fetch.h>
#include <proto/log.h>
#include <proto/proxy.h>
#include <proto/server.h>
#include <haproxy/h1.h>
#include <haproxy/hlua.h>
#include <haproxy/hlua_fcn.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_rules.h>
#include <haproxy/map.h>
#include <haproxy/obj_type.h>
#include <proto/channel.h>
#include <proto/cli.h>
#include <proto/stats.h>
-#include <proto/http_fetch.h>
#include <proto/queue.h>
#include <proto/http_ana.h>
#include <proto/server.h>
#include <haproxy/h1.h>
#include <haproxy/h1_htx.h>
#include <haproxy/http.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_htx.h>
#include <haproxy/htx.h>
#include <haproxy/obj_type.h>
#include <haproxy/arg.h>
#include <proto/channel.h>
-#include <proto/http_fetch.h>
#include <proto/log.h>
#include <proto/http_ana.h>
#include <proto/stream.h>
#include <haproxy/api.h>
#include <haproxy/global.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/regex.h>
#include <haproxy/sample.h>
#include <haproxy/htx.h>
#include <haproxy/arg.h>
-#include <proto/http_fetch.h>
struct buffer http_err_chunks[HTTP_ERR_SIZE];
struct http_reply http_err_replies[HTTP_ERR_SIZE];
#include <haproxy/chunk.h>
#include <haproxy/errors.h>
#include <haproxy/global.h>
+#include <haproxy/http_fetch.h>
#include <haproxy/http_htx.h>
#include <haproxy/arg.h>
#include <proto/log.h>
#include <proto/http_ana.h>
-#include <proto/http_fetch.h>
#include <haproxy/sample.h>
#include <import/ebsttree.h>
#include <import/ebmbtree.h>