X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=095448a3ec16ef61a13e738c3f8710b98c1d70a4;hb=6c0584c55b99dd9814fed5c13536d831b3e5317e;hp=bb4f7686d5e4f22f83eb7acec79f813472a06171;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/route.h b/src/route.h index bb4f7686..095448a3 100644 --- a/src/route.h +++ b/src/route.h @@ -54,6 +54,6 @@ extern bool pcap; extern mac_t mymac; -extern void route(struct node_t *, struct vpn_packet_t *); +extern void route(struct node_t *source, struct vpn_packet_t *packet); #endif