X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.h;h=e1bae59787014cb3838a58cb4b85f6311bbaf933;hb=84e02f6f2123197074b482b207a7cb13ff31a00f;hp=4f9bb5d4b46393226df28b95aa195ae2c20fc503;hpb=108b238915c5f58b3d94ab433dc5d04e064c2b11;p=meshlink diff --git a/src/graph.h b/src/graph.h index 4f9bb5d4..e1bae597 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,7 +1,6 @@ /* graph.h -- header for graph.c - Copyright (C) 2001-2006 Guus Sliepen , - 2001-2005 Ivo Timmermans + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,9 +20,6 @@ #ifndef __TINC_GRAPH_H__ #define __TINC_GRAPH_H__ -extern void graph(void); -extern void mst_kruskal(void); -extern void sssp_bfs(void); -extern int dump_graph(struct evbuffer *); +extern void graph(struct meshlink_handle *mesh); #endif /* __TINC_GRAPH_H__ */