Merge branch 'getopt'
[oweals/gnunet.git] / src / vpn / gnunet-service-vpn.c
index ab0b00d763fe9ee862cbb5df4fd82f02e3c13f0b..4759f374661e0ba46c4969ee0383ba5e8eade6a6 100644 (file)
@@ -2217,12 +2217,10 @@ route_packet (struct DestinationEntry *destination,
  * and forward the packet.
  *
  * @param cls closure, NULL
- * @param client NULL
  * @param message message we got from the client (VPN channel interface)
  */
 static int
 message_token (void *cls,
-              void *client,
                const struct GNUNET_MessageHeader *message)
 {
   const struct GNUNET_TUN_Layer2PacketHeader *tun;