Add a copy of tinc 1.0's event infrastructure.
[tinc] / src / graph.h
index 2600601..c8d5fda 100644 (file)
@@ -24,6 +24,5 @@
 extern void graph(void);
 extern void mst_kruskal(void);
 extern void sssp_bfs(void);
-extern void dump_graph(void);
 
 #endif /* __TINC_GRAPH_H__ */