X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.h;h=88de9f6a83c8d565258c12225d61b99e9328d349;hb=f0a57eab4cfd64d4f8261b1885a2072177f9e76b;hp=07145569a6a1e91b22a372384f8fed0d9775036f;hpb=7926a156e5b118d06295228e57de0cc9de0433b4;p=tinc diff --git a/src/graph.h b/src/graph.h index 07145569..88de9f6a 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,7 +1,7 @@ /* graph.h -- header for graph.c - Copyright (C) 2001-2004 Guus Sliepen , - 2001-2004 Ivo Timmermans + Copyright (C) 2001-2006 Guus Sliepen , + 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 @@ -26,5 +26,6 @@ extern void graph(void); extern void mst_kruskal(void); extern void sssp_bfs(void); +extern int dump_graph(struct evbuffer *); #endif /* __TINC_GRAPH_H__ */