]> git.meshlink.io Git - meshlink/blobdiff - src/graph.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / graph.h
index e1bae59787014cb3838a58cb4b85f6311bbaf933..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(struct meshlink_handle *mesh);
 
-#endif /* __TINC_GRAPH_H__ */
+#endif /* __MESHLINK_GRAPH_H__ */