#include <stdbool.h>
#include <stddef.h>
-#include "event.h"
#ifdef __cplusplus
extern "C" {
*/
extern bool meshlink_send(meshlink_handle_t *mesh, meshlink_node_t *destination, const void *data, unsigned int len);
-extern void meshlink_send_from_queue(event_loop_t* el,meshlink_handle_t *mesh);
-
/// Get a handle for a specific node.
/** This function returns a handle for the node with the given name.
*
uint8_t source[16];
} __attribute__ ((__packed__)) meshlink_packethdr_t;
+extern void meshlink_send_from_queue(event_loop_t* el,meshlink_handle_t *mesh);
+
+
#endif // MESHLINK_INTERNAL_H