X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.c;h=2c9b7e606faeee38b507e0a97cb24167ec6632c7;hb=1ab929718ac182ebdf9fc006c2efe74b6d974fb8;hp=6fe57c024e9d0f1b8278c665a0056cc5f2654a3f;hpb=e65f00b6472fb409c75c98b6134b0123bf3a8602;p=meshlink diff --git a/src/meshlink.c b/src/meshlink.c index 6fe57c02..2c9b7e60 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -23,6 +23,8 @@ #include "protocol.h" #include "xalloc.h" +meshlink_handle_t *mesh; + static const char *errstr[] = { [MESHLINK_OK] = "No error", [MESHLINK_ENOMEM] = "Out of memory",