]> git.meshlink.io Git - meshlink/blobdiff - src/vde_device.c
Move make_names() and related variables to its own source file.
[meshlink] / src / vde_device.c
index 815b956fbeae12f417fde3633f3f870196a484be..64394af97b75e1ee8c7424135d23a7f2ae2ff558 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "conf.h"
 #include "device.h"
+#include "names.h"
 #include "net.h"
 #include "logger.h"
 #include "utils.h"
@@ -35,7 +36,6 @@ static int port = 0;
 static char *group = NULL;
 static char *device_info;
 
-extern char *identname;
 extern volatile bool running;
 
 static uint64_t device_total_in = 0;