]> git.meshlink.io Git - meshlink/blobdiff - src/libmeshlink.h
Successfully compile the libmeshlink library with autotools and compile the sample...
[meshlink] / src / libmeshlink.h
index f97050b586235e06b8c8bcd46de33bd384f7e318..02a944840b3ab3d92c28605c20b4b950cd3d299a 100644 (file)
 #include "system.h"
 #include "node.h"
 #include "names.h"
-#include "tincctl.h"
+//#include "tincctl.h"
+#include "xalloc.h"
 
+extern char *hosts_dir;
+
+extern int check_port(char *name);
 /* OLD: tinc_configuration_t provides all information required to setup "/etc/tinc"
 I think tinc_setup() should basically do what cmd_init() from src/tincctl.c does, except it doesn't have to generate a tinc-up script.
 */