]> git.meshlink.io Git - meshlink/blobdiff - src/graph.h
Remove support for control connections.
[meshlink] / src / graph.h
index 4f9bb5d4b46393226df28b95aa195ae2c20fc503..00912b96bbf83dc07d1df3863b52c2cde56b762e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     graph.h -- header for graph.c
-    Copyright (C) 2001-2006 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2012 Guus Sliepen <guus@tinc-vpn.org>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
@@ -22,8 +22,5 @@
 #define __TINC_GRAPH_H__
 
 extern void graph(void);
-extern void mst_kruskal(void);
-extern void sssp_bfs(void);
-extern int dump_graph(struct evbuffer *);
 
 #endif /* __TINC_GRAPH_H__ */