X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=19fd43363ecc622d1201acd162eddde7a4a19a16;hb=9ba6a16d3c748d026f88b9cd96f908e95ef25521;hp=f7b3f94836734dd8a17b1f9dbc7025fb4d3dc62f;hpb=eff41a69e1976fd521b4c524bed86b1bc095b10f;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index f7b3f948..19fd4336 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -22,7 +22,6 @@ #include #include -#include "event.h" #ifdef __cplusplus extern "C" { @@ -197,8 +196,6 @@ extern void meshlink_set_log_cb(meshlink_handle_t *mesh, meshlink_log_level_t le */ 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. *