X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=0c3d64c32c685c0d74bf46b12f62d4e293b6526b;hp=b65850c6b147a57d951b8301354972d27290d356;hb=abb24e9d71b3edb9cacf4c04361cc0dfd4e6a061;hpb=1296f715b57c88c17299cacadaccdc0be898e0b1 diff --git a/src/net.h b/src/net.h index b65850c6..0c3d64c3 100644 --- a/src/net.h +++ b/src/net.h @@ -195,6 +195,7 @@ extern bool send_sptps_data(node_t *to, node_t *from, int type, const void *data extern bool receive_sptps_record(void *handle, uint8_t type, const void *data, uint16_t len); extern void send_packet(struct node_t *, vpn_packet_t *); extern void receive_tcppacket(struct connection_t *, const char *, int); +extern bool receive_tcppacket_sptps(struct connection_t *, const char *, int); extern void broadcast_packet(const struct node_t *, vpn_packet_t *); extern char *get_name(void); extern void device_enable(void);