]> git.lizzy.rs Git - dragonnet.git/blobdiff - send.h
Set thread names using GNU extension
[dragonnet.git] / send.h
diff --git a/send.h b/send.h
index 31fe253575ed339eb351520f1cde65df6baf2de8..206a198f054af900cdeed0ac171d24e25c09ef47 100644 (file)
--- a/send.h
+++ b/send.h
@@ -4,7 +4,6 @@
 #include <dragonnet/peer.h>
 #include <stdbool.h>
 
-void dragonnet_send_raw(DragonnetPeer *p, bool submit, const void *buf, size_t n);
-void dragonnet_write_raw(u8 **buf, size_t *n, const void *data, size_t len);
+bool dragonnet_send_raw(DragonnetPeer *p, bool submit, const void *buf, size_t n);
 
 #endif