]> git.meshlink.io Git - meshlink/commitdiff
Do not define struct meshlink_open_params at all in meshlink.h.
authorGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:11:33 +0000 (22:11 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:11:33 +0000 (22:11 +0100)
src/meshlink.h

index b7c2fca6880a9fc507c4e26f79c817a6d816b181..a73bccf33beba50245feec92d659551ab39e0396 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
     meshlink.h -- MeshLink API
-    Copyright (C) 2014-2018 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014-2019 Guus Sliepen <guus@meshlink.io>
 
     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.