X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=37eeac81ed0b74a43ebb1ae981bffb2042c46c79;hb=f13d66f20a227a87075f6456f41b83ce269b67f4;hp=a0cb11877a1d6190ace6d69f903561e80ffa9980;hpb=34a52e6e69be085ee99755c2890268d2ce11f9b4;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index a0cb1187..37eeac81 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -3,7 +3,7 @@ /* meshlink.h -- MeshLink API - Copyright (C) 2014, 2017 Guus Sliepen + Copyright (C) 2014-2018 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,6 +63,7 @@ typedef enum { MESHLINK_ESTORAGE, ///< MeshLink coud not load or write data from/to disk MESHLINK_ENETWORK, ///< MeshLink encountered a network error MESHLINK_EPEER, ///< A peer caused an error + MESHLINK_ENOTSUP, ///< The operation is not supported in the current configuration of MeshLink } meshlink_errno_t; /// Device class