]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Move definition of outpacketqueue_t from meshlink.h to meshlink_internal.h.
[meshlink] / src / meshlink.h
index c54d35f9038d05d6928c8174fc59e8743b93dd03..036637b08cadb6c3ec693cccbedd2c25bd3eda50 100644 (file)
@@ -39,11 +39,6 @@ typedef enum {
        MESHLINK_ENOMEM, ///< Out of memory
        MESHLINK_ENOENT, ///< Node is not known
 } meshlink_errno_t;
-typedef struct outpacketqueue {
-       meshlink_node_t *destination;
-       const void *data;
-       unsigned int len;
-} outpacketqueue_t;
 
 #ifndef MESHLINK_INTERNAL_H