No change was needed.
/*
- * include/types/proto_udp.h
+ * include/haproxy/proto_udp-t.h
* This file provides structures and types for UDP protocol.
*
* Copyright (C) 2014 Baptiste Assmann <bedis9@gmail.com>
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _TYPES_PROTO_UDP_H
-#define _TYPES_PROTO_UDP_H
+#ifndef _HAPROXY_HAPROXY_UDP_T_H
+#define _HAPROXY_HAPROXY_UDP_T_H
#include <arpa/inet.h>
void (*send)(struct dgram_conn *dgram); /* send callback */
};
-#endif /* _TYPES_PROTO_UDP_H */
+#endif /* _HAPROXY_HAPROXY_UDP_T_H */
/*
- * include/proto/proto_udp.h
+ * include/haproxy/proto_udp.h
* This file provides functions related to UDP protocol.
*
* Copyright (C) 2014 Baptiste Assmann <bedis9@gmail.com>
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _PROTO_PROTO_UDP_H
-#define _PROTO_PROTO_UDP_H
+#ifndef _HAPROXY_PROTO_UDP_H
+#define _HAPROXY_PROTO_UDP_H
void dgram_fd_handler(int);
-#endif // _PROTO_PROTO_UDP_H
+#endif // _HAPROXY_PROTO_UDP_H
#include <types/connection.h>
#include <types/obj_type.h>
-#include <types/proto_udp.h>
+#include <haproxy/proto_udp-t.h>
#include <types/proxy.h>
#include <types/server.h>
#include <types/task.h>
#include <proto/vars.h>
#include <proto/log.h>
#include <proto/dns.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
#include <proto/ssl_sock.h>
#include <proto/sample.h>
#include <proto/sample.h>
#include <proto/server.h>
#include <proto/task.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
#include <proto/proxy.h>
#include <proto/stream_interface.h>
#include <proto/tcp_rules.h>
#include <types/global.h>
#include <haproxy/fd-t.h>
-#include <types/proto_udp.h>
+#include <haproxy/proto_udp-t.h>
#include <haproxy/fd.h>
#include <proto/dns.h>
#include <proto/hlua.h>
#include <proto/listener.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
#include <proto/ssl_sock.h>
#include <proto/stream_interface.h>
#include <proto/task.h>