]> git.lizzy.rs Git - dragonnet.git/blob - send.h
Remove typegen
[dragonnet.git] / send.h
1 #ifndef _DRAGONNET_SEND_H_
2 #define _DRAGONNET_SEND_H_
3
4 #include <dragonnet/peer.h>
5 #include <stdbool.h>
6
7 void dragonnet_send_raw(DragonnetPeer *p, bool submit, const void *buf, size_t n);
8
9 #endif