X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.h;h=925fe2ffa7d46652ba85c264beef8513501ad0aa;hb=refs%2Fheads%2Frchannel;hp=23fae8d20878d38a49c406f8afa43a42adc59e2a;hpb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;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__ */