X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=a73bccf33beba50245feec92d659551ab39e0396;hb=a8a14b2b66b9b4784b7744aa712a50b90abe9d59;hp=b7c2fca6880a9fc507c4e26f79c817a6d816b181;hpb=43d8f901c4bbb693643bb6f188c97dd28c1d0b0a;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index b7c2fca6..a73bccf3 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -3,7 +3,7 @@ /* meshlink.h -- MeshLink API - Copyright (C) 2014-2018 Guus Sliepen + Copyright (C) 2014-2019 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 @@ -127,10 +127,6 @@ struct meshlink_channel { void *priv; ///< Private pointer which may be set freely by the application, and is never used or modified by MeshLink. }; -struct meshlink_open_params { - /* This is an opaque struct, all parameters must be set using the corresponding meshlink_open_params_*() functions. */ -}; - #endif // MESHLINK_INTERNAL_H /// Get the text for the given MeshLink error code.