From a8a14b2b66b9b4784b7744aa712a50b90abe9d59 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 19 Feb 2019 22:11:33 +0100 Subject: [PATCH] Do not define struct meshlink_open_params at all in meshlink.h. --- src/meshlink.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. -- 2.39.2