X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.h;h=6dd929ccbdaad8a64f0cda58eb592285969df879;hb=ce4d55b72fd4290d4710f10e755f6dd9ed039d88;hp=fa521f53fbf2b81767b0f8ac28e0d6ad799d469d;hpb=4712d8f92e63e86e835ffb624d6399343ee568ea;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