aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-dns.h')
-rw-r--r--src/vpn/gnunet-daemon-vpn-dns.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-dns.h b/src/vpn/gnunet-daemon-vpn-dns.h
index 2882969e5..0cd0d8b26 100644
--- a/src/vpn/gnunet-daemon-vpn-dns.h
+++ b/src/vpn/gnunet-daemon-vpn-dns.h
@@ -40,19 +40,22 @@ extern struct query_packet_list *tail;
40 * Callback called by notify_transmit_ready; sends dns-queries or rehijack-messages 40 * Callback called by notify_transmit_ready; sends dns-queries or rehijack-messages
41 * to the service-dns 41 * to the service-dns
42 */ 42 */
43size_t send_query (void *cls, size_t size, void *buf); 43size_t
44send_query (void *cls, size_t size, void *buf);
44 45
45/** 46/**
46 * Connect to the service-dns 47 * Connect to the service-dns
47 */ 48 */
48void connect_to_service_dns (void *cls, 49void
49 const struct GNUNET_SCHEDULER_TaskContext *tc); 50connect_to_service_dns (void *cls,
51 const struct GNUNET_SCHEDULER_TaskContext *tc);
50 52
51/** 53/**
52 * This receives packets from the service-dns and schedules process_answer to 54 * This receives packets from the service-dns and schedules process_answer to
53 * handle it 55 * handle it
54 */ 56 */
55void dns_answer_handler (void *cls, const struct GNUNET_MessageHeader *msg); 57void
58dns_answer_handler (void *cls, const struct GNUNET_MessageHeader *msg);
56 59
57/** 60/**
58 * The connection to the service-dns 61 * The connection to the service-dns