X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.h;h=c8d5fda6c81ecd10c6868861ac3af34fd03923fb;hb=edebf579f2ea29e6e84360cb13731f5858a1555b;hp=88de9f6a83c8d565258c12225d61b99e9328d349;hpb=5a132550deb58473285e5f91705d286aef47be71;p=meshlink diff --git a/src/graph.h b/src/graph.h index 88de9f6a..c8d5fda6 100644 --- a/src/graph.h +++ b/src/graph.h @@ -13,11 +13,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __TINC_GRAPH_H__ @@ -26,6 +24,5 @@ extern void graph(void); extern void mst_kruskal(void); extern void sssp_bfs(void); -extern int dump_graph(struct evbuffer *); #endif /* __TINC_GRAPH_H__ */