aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/vpn/gnunet-helper-vpn-api.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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 */