X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=34bb54c95b30d1050a4d793e0369a1879f836094;hb=d0bf55f32b407fa153dd5d6e41ccefcbb4072611;hp=9994fac6fe700bbeca2750205aeb168a2bf0d5e4;hpb=8582c3b5e0ee3f6b547dbaed7a1214819d3dfc91;p=meshlink-tiny diff --git a/src/net.h b/src/net.h index 9994fac..34bb54c 100644 --- a/src/net.h +++ b/src/net.h @@ -89,7 +89,6 @@ void finish_connecting(struct meshlink_handle *mesh, struct connection_t *); void do_outgoing_connection(struct meshlink_handle *mesh, struct outgoing_t *); void handle_new_meta_connection(struct event_loop_t *loop, void *, int); int setup_tcp_listen_socket(struct meshlink_handle *mesh, const struct addrinfo *aip) __attribute__((__warn_unused_result__)); -int setup_udp_listen_socket(struct meshlink_handle *mesh, const struct addrinfo *aip) __attribute__((__warn_unused_result__)); bool send_sptps_data(void *handle, uint8_t type, const void *data, size_t len); bool receive_sptps_record(void *handle, uint8_t type, const void *data, uint16_t len) __attribute__((__warn_unused_result__)); void send_packet(struct meshlink_handle *mesh, struct node_t *, struct vpn_packet_t *);