From: Guus Sliepen Date: Tue, 19 Feb 2019 21:11:33 +0000 (+0100) Subject: Do not define struct meshlink_open_params at all in meshlink.h. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=a8a14b2b66b9b4784b7744aa712a50b90abe9d59 Do not define struct meshlink_open_params at all in meshlink.h. --- 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.