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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.h b/src/vpn/gnunet-daemon-vpn.h
index 382ac9a72..b9d6a65ed 100644
--- a/src/vpn/gnunet-daemon-vpn.h
+++ b/src/vpn/gnunet-daemon-vpn.h
@@ -62,17 +62,17 @@ send_udp_to_peer (void *cls,
62/** 62/**
63 * The configuration to use 63 * The configuration to use
64 */ 64 */
65const struct GNUNET_CONFIGURATION_Handle *cfg; 65extern const struct GNUNET_CONFIGURATION_Handle *cfg;
66 66
67/** 67/**
68 * The handle to mesh 68 * The handle to mesh
69 */ 69 */
70struct GNUNET_MESH_Handle *mesh_handle; 70extern struct GNUNET_MESH_Handle *mesh_handle;
71 71
72/** 72/**
73 * The hashmap containing the mappings from ipv6-addresses to gnunet-descriptors 73 * The hashmap containing the mappings from ipv6-addresses to gnunet-descriptors
74 */ 74 */
75struct GNUNET_CONTAINER_MultiHashMap* hashmap; 75extern struct GNUNET_CONTAINER_MultiHashMap* hashmap;
76 76
77struct map_entry { 77struct map_entry {
78 struct GNUNET_vpn_service_descriptor desc; 78 struct GNUNET_vpn_service_descriptor desc;