aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.h')
-rw-r--r--src/vpn/gnunet-daemon-vpn.h28
1 files changed, 1 insertions, 27 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.h b/src/vpn/gnunet-daemon-vpn.h
index 91280368a..c2970402c 100644
--- a/src/vpn/gnunet-daemon-vpn.h
+++ b/src/vpn/gnunet-daemon-vpn.h
@@ -34,15 +34,6 @@ extern struct answer_packet_list *answer_proc_tail;
34 34
35extern struct GNUNET_DNS_Handle *dns_handle; 35extern struct GNUNET_DNS_Handle *dns_handle;
36 36
37/**
38 * This gets scheduled with cls pointing to an answer_packet and does everything
39 * needed in order to send it to the helper.
40 *
41 * At the moment this means "inventing" and IPv6-Address for .gnunet-services and
42 * doing nothing for "real" services.
43 */
44void
45process_answer (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
46 37
47void 38void
48send_icmp6_response (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc); 39send_icmp6_response (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
@@ -100,24 +91,6 @@ struct map_entry
100}; 91};
101 92
102/** 93/**
103 * Sets a bit active in a bitArray.
104 *
105 * @param bitArray memory area to set the bit in
106 * @param bitIdx which bit to set
107 */
108void
109setBit (char *bitArray, unsigned int bitIdx);
110
111/**
112 * Clears a bit from bitArray.
113 *
114 * @param bitArray memory area to set the bit in
115 * @param bitIdx which bit to unset
116 */
117void
118clearBit (char *bitArray, unsigned int bitIdx);
119
120/**
121 * Checks if a bit is active in the bitArray 94 * Checks if a bit is active in the bitArray
122 * 95 *
123 * @param bitArray memory area to set the bit in 96 * @param bitArray memory area to set the bit in
@@ -127,6 +100,7 @@ clearBit (char *bitArray, unsigned int bitIdx);
127int 100int
128testBit (char *bitArray, unsigned int bitIdx); 101testBit (char *bitArray, unsigned int bitIdx);
129 102
103
130struct remote_addr 104struct remote_addr
131{ 105{
132 char addrlen; 106 char addrlen;