aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-helper.h')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-helper.h b/src/vpn/gnunet-daemon-vpn-helper.h
index 963fafd09..8e0ee5a0f 100644
--- a/src/vpn/gnunet-daemon-vpn-helper.h
+++ b/src/vpn/gnunet-daemon-vpn-helper.h
@@ -62,8 +62,8 @@ void helper_write (void *cls,
62/** 62/**
63 * Receive packets from the helper-process 63 * Receive packets from the helper-process
64 */ 64 */
65void message_token (void *cls, 65void message_token (void *cls, void *client,
66 void *client, const struct GNUNET_MessageHeader *message); 66 const struct GNUNET_MessageHeader *message);
67 67
68void write_to_helper (void *buf, size_t len); 68void write_to_helper (void *buf, size_t len);
69 69