Added graph dumping ability based on Markus Goetz's patch.
[tinc] / src / graph.h
index f4104af..0d5be20 100644 (file)
@@ -1,7 +1,7 @@
 /*
     graph.h -- header for graph.c
 /*
     graph.h -- header for graph.c
-    Copyright (C) 2001-2005 Guus Sliepen <guus@tinc-vpn.org>,
-                  2001-2005 Ivo Timmermans <ivo@tinc-vpn.org>
+    Copyright (C) 2001-2006 Guus Sliepen <guus@tinc-vpn.org>,
+                  2001-2005 Ivo Timmermans
 
     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
 
     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
@@ -26,5 +26,6 @@
 extern void graph(void);
 extern void mst_kruskal(void);
 extern void sssp_bfs(void);
 extern void graph(void);
 extern void mst_kruskal(void);
 extern void sssp_bfs(void);
+extern void dump_graph(void);
 
 #endif /* __TINC_GRAPH_H__ */
 
 #endif /* __TINC_GRAPH_H__ */