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