/*
- * include/proto/payload.h
+ * include/haproxy/payload.h
* Definitions for payload-based sample fetches and ACLs
*
* Copyright (C) 2000-2013 Willy Tarreau - w@1wt.eu
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _PROTO_PROTO_PAYLOAD_H
-#define _PROTO_PROTO_PAYLOAD_H
+#ifndef _HAPROXY_PAYLOAD_H
+#define _HAPROXY_PAYLOAD_H
#include <haproxy/api.h>
#include <types/sample.h>
int fetch_rdp_cookie_name(struct stream *s, struct sample *smp, const char *cname, int clen);
int val_payload_lv(struct arg *arg, char **err_msg);
-#endif /* _PROTO_PROTO_PAYLOAD_H */
+#endif /* _HAPROXY_PAYLOAD_H */
/*
* Local variables:
#include <haproxy/lb_fwlc.h>
#include <haproxy/lb_fwrr.h>
#include <haproxy/obj_type.h>
+#include <haproxy/payload.h>
#include <haproxy/ticks.h>
#include <haproxy/time.h>
#include <haproxy/namespace.h>
#include <proto/checks.h>
#include <proto/lb_map.h>
#include <proto/log.h>
-#include <proto/payload.h>
#include <haproxy/protocol.h>
#include <proto/http_ana.h>
#include <proto/proto_tcp.h>
#include <haproxy/map.h>
#include <haproxy/obj_type.h>
#include <haproxy/pattern.h>
+#include <haproxy/payload.h>
#include <haproxy/tools.h>
#include <types/cli.h>
#include <proto/stats.h>
#include <proto/http_fetch.h>
#include <proto/queue.h>
-#include <proto/payload.h>
#include <proto/http_ana.h>
#include <proto/sample.h>
#include <proto/server.h>
#include <haproxy/api.h>
#include <haproxy/net_helper.h>
+#include <haproxy/payload.h>
#include <haproxy/pattern.h>
#include <haproxy/htx.h>
#include <proto/acl.h>
#include <haproxy/arg.h>
#include <proto/channel.h>
#include <proto/connection.h>
-#include <proto/payload.h>
#include <proto/sample.h>
#include <proto/http_ana.h>