X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.h;h=925fe2ffa7d46652ba85c264beef8513501ad0aa;hb=ae011af4d6186f2ff5582e2a6c48406be89da164;hp=23fae8d20878d38a49c406f8afa43a42adc59e2a;hpb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;p=meshlink diff --git a/src/graph.h b/src/graph.h index 23fae8d2..925fe2ff 100644 --- a/src/graph.h +++ b/src/graph.h @@ -17,9 +17,9 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_GRAPH_H__ -#define __TINC_GRAPH_H__ +#ifndef __MESHLINK_GRAPH_H__ +#define __MESHLINK_GRAPH_H__ -extern void graph(void); +extern void graph(struct meshlink_handle *mesh); -#endif /* __TINC_GRAPH_H__ */ +#endif /* __MESHLINK_GRAPH_H__ */