]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
remove libmeshlink files
[meshlink] / src / sptps_test.c
index 63a48459019395fd1049657600a40620a587677a..e9cab253f21011dbbc686dbef25c2faeed4f73a2 100644 (file)
@@ -34,6 +34,7 @@
 
 // Symbols necessary to link with logger.o
 bool send_request(void *c, const char *msg, ...) { return false; }
+void *mesh;
 bool send_meta(void *c, const char *msg , int len) { return false; }
 char *logfilename = NULL;
 struct timeval now;