]> git.meshlink.io Git - meshlink/blobdiff - src/graph.h
Ignore address hints for our local node.
[meshlink] / src / graph.h
index 23fae8d20878d38a49c406f8afa43a42adc59e2a..925fe2ffa7d46652ba85c264beef8513501ad0aa 100644 (file)
@@ -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__ */