X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Froute.h;h=284fc69a6733bffbda0d0b101f642c466dc3310b;hb=fd7e81983ca4cae7cdf2a67a35500284f17761c4;hp=16e3a97d275417819d2fcbdb26c07272f9ac4a14;hpb=f91651414adcac1c05e1b923bee4cb3caf559c3b;p=meshlink diff --git a/src/route.h b/src/route.h index 16e3a97d..284fc69a 100644 --- a/src/route.h +++ b/src/route.h @@ -23,8 +23,6 @@ #include "net.h" #include "node.h" -extern bool decrement_ttl; - extern void route(struct meshlink_handle *mesh, struct node_t *, struct vpn_packet_t *); #endif