]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Move declaration of meshlink_send_from_queue() to meshlink_internal.h.
[meshlink] / src / meshlink.h
index f7b3f94836734dd8a17b1f9dbc7025fb4d3dc62f..19fd43363ecc622d1201acd162eddde7a4a19a16 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#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.
  *