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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-dns.h b/src/vpn/gnunet-daemon-vpn-dns.h
index ed980e65f..2882969e5 100644
--- a/src/vpn/gnunet-daemon-vpn-dns.h
+++ b/src/vpn/gnunet-daemon-vpn-dns.h
@@ -40,19 +40,19 @@ 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 send_query (void *cls, size_t size, void *buf);
44 44
45/** 45/**
46 * Connect to the service-dns 46 * Connect to the service-dns
47 */ 47 */
48void connect_to_service_dns (void *cls, 48void connect_to_service_dns (void *cls,
49 const struct GNUNET_SCHEDULER_TaskContext *tc); 49 const struct GNUNET_SCHEDULER_TaskContext *tc);
50 50
51/** 51/**
52 * This receives packets from the service-dns and schedules process_answer to 52 * This receives packets from the service-dns and schedules process_answer to
53 * handle it 53 * handle it
54 */ 54 */
55void dns_answer_handler(void* cls, const struct GNUNET_MessageHeader *msg); 55void dns_answer_handler (void *cls, const struct GNUNET_MessageHeader *msg);
56 56
57/** 57/**
58 * The connection to the service-dns 58 * The connection to the service-dns