aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-helper-vpn-api.h')
-rw-r--r--src/vpn/gnunet-helper-vpn-api.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/vpn/gnunet-helper-vpn-api.h b/src/vpn/gnunet-helper-vpn-api.h
index 4e8f76611..964beb23c 100644
--- a/src/vpn/gnunet-helper-vpn-api.h
+++ b/src/vpn/gnunet-helper-vpn-api.h
@@ -95,20 +95,16 @@ struct GNUNET_VPN_HELPER_Handle
95 * 95 *
96 * @return A pointer to the new Handle, NULL on error 96 * @return A pointer to the new Handle, NULL on error
97 */ 97 */
98struct GNUNET_VPN_HELPER_Handle *start_helper (const char *ifname, 98struct GNUNET_VPN_HELPER_Handle *
99 const char *ipv6addr, 99start_helper (const char *ifname, const char *ipv6addr, const char *ipv6prefix,
100 const char *ipv6prefix, 100 const char *ipv4addr, const char *ipv4mask,
101 const char *ipv4addr, 101 const char *process_name, GNUNET_SCHEDULER_Task restart_task,
102 const char *ipv4mask, 102 GNUNET_SERVER_MessageTokenizerCallback cb, void *cb_cls);
103 const char *process_name,
104 GNUNET_SCHEDULER_Task
105 restart_task,
106 GNUNET_SERVER_MessageTokenizerCallback
107 cb, void *cb_cls);
108 103
109/** 104/**
110 * @brief Kills the helper, closes the pipe and free()s the handle 105 * @brief Kills the helper, closes the pipe and free()s the handle
111 */ 106 */
112void cleanup_helper (struct GNUNET_VPN_HELPER_Handle *); 107void
108cleanup_helper (struct GNUNET_VPN_HELPER_Handle *);
113 109
114#endif /* end of include guard: GNUNET_HELPER_VPN_API_H */ 110#endif /* end of include guard: GNUNET_HELPER_VPN_API_H */