X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.h;h=6dd929ccbdaad8a64f0cda58eb592285969df879;hb=ce4d55b72fd4290d4710f10e755f6dd9ed039d88;hp=fb4109614c67e4f9742a9bcb425ea419d5e610f4;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd;p=tinc diff --git a/src/graph.h b/src/graph.h index fb410961..6dd929cc 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,6 +1,9 @@ +#ifndef TINC_GRAPH_H +#define TINC_GRAPH_H + /* graph.h -- header for graph.c - Copyright (C) 2001-2006 Guus Sliepen , + Copyright (C) 2001-2012 Guus Sliepen , 2001-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -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