X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Froute.h;h=284fc69a6733bffbda0d0b101f642c466dc3310b;hp=16e3a97d275417819d2fcbdb26c07272f9ac4a14;hb=963c5055505f2fc117cd5efa06eaa02c9b2bf85d;hpb=61d9b04f66055e61f0afdf8955ff890f4da39288 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