]> git.lizzy.rs Git - dragonnet.git/blobdiff - send.h
Rework multithreading responsibilities and disconnect process
[dragonnet.git] / send.h
diff --git a/send.h b/send.h
index 0a3a8b1446802666f78a85a93120780251caddd1..206a198f054af900cdeed0ac171d24e25c09ef47 100644 (file)
--- a/send.h
+++ b/send.h
@@ -1,10 +1,9 @@
 #ifndef _DRAGONNET_SEND_H_
 #define _DRAGONNET_SEND_H_
 
-#include <stdbool.h>
-
 #include <dragonnet/peer.h>
+#include <stdbool.h>
 
-void send_raw(DragonnetPeer *p, bool submit, const void *buf, size_t n);
+bool dragonnet_send_raw(DragonnetPeer *p, bool submit, const void *buf, size_t n);
 
 #endif