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