X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.h;h=9ddb75641018c40d155a06ab34ab1eb594ffb57b;hb=5fc1ed17f41f0c535cf57a4b7e00cd6d45759503;hp=e3735e63b76d38ddc48aff6248d7cdb464358c88;hpb=82ebfc923ddb050c88bdf5d65ac943a15ca8748a;p=tinc diff --git a/src/edge.h b/src/edge.h index e3735e63..9ddb7564 100644 --- a/src/edge.h +++ b/src/edge.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: edge.h,v 1.1.2.9 2002/09/04 13:48:51 guus Exp $ + $Id: edge.h,v 1.1.2.10 2002/09/06 10:23:52 guus Exp $ */ #ifndef __TINC_EDGE_H__ @@ -41,7 +41,6 @@ typedef struct edge_t { struct edge_t *reverse; /* edge in the opposite direction, if available */ } edge_t; -extern avl_tree_t *edge_tree; /* Tree with all known edges */ extern avl_tree_t *edge_weight_tree; /* Tree with all known edges sorted on weight */ extern void init_edges(void);