X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.h;h=6dd929ccbdaad8a64f0cda58eb592285969df879;hb=e28699c190647aeeed32f2eeb0e46a82ab5e345c;hp=fa521f53fbf2b81767b0f8ac28e0d6ad799d469d;hpb=86c2990327fdf7ec1197aa73cb2b9a926a734db4;p=tinc diff --git a/src/graph.h b/src/graph.h index fa521f53..6dd929cc 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,3 +1,6 @@ +#ifndef TINC_GRAPH_H +#define TINC_GRAPH_H + /* graph.h -- header for graph.c Copyright (C) 2001-2012 Guus Sliepen , @@ -18,10 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_GRAPH_H__ -#define __TINC_GRAPH_H__ - extern void graph(void); -extern void dump_graph(void); -#endif /* __TINC_GRAPH_H__ */ +#endif