X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.h;h=e1bae59787014cb3838a58cb4b85f6311bbaf933;hb=ad7bd09dcbfaf27d1759b9b82f178e0c71329a4b;hp=23fae8d20878d38a49c406f8afa43a42adc59e2a;hpb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;p=meshlink diff --git a/src/graph.h b/src/graph.h index 23fae8d2..e1bae597 100644 --- a/src/graph.h +++ b/src/graph.h @@ -20,6 +20,6 @@ #ifndef __TINC_GRAPH_H__ #define __TINC_GRAPH_H__ -extern void graph(void); +extern void graph(struct meshlink_handle *mesh); #endif /* __TINC_GRAPH_H__ */