Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / proxy / edns.h
blob289790ce5287601c66dbdbc1a1414be23be31a48
2 #ifndef __EDNS_H__
3 #define __EDNS_H__ 1
5 #include <sys/types.h>
7 #include <stdint.h>
8 #include <stdlib.h>
10 #include "dnscrypt_proxy.h"
12 int edns_add_section(ProxyContext * const proxy_context,
13 uint8_t * const dns_packet,
14 size_t * const dns_packet_len_p,
15 size_t dns_packet_max_size,
16 size_t * const request_edns_payload_size);
18 #endif