X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet.h;fp=src%2Fnet.h;h=7ff603c6014d3b0456fd74b9b8dca5a5eb2b1f40;hp=b6f54f2fad964849c8595f934abb0e93c9a8e2ba;hb=535a55100bb77f107c85361e9f72a194e92bc8bc;hpb=89f4574e0b1553c8e5dcbfc275e829a759b697f6 diff --git a/src/net.h b/src/net.h index b6f54f2..7ff603c 100644 --- a/src/net.h +++ b/src/net.h @@ -138,6 +138,7 @@ extern int setup_vpn_in_socket(const sockaddr_t *); extern void send_packet(const struct node_t *, vpn_packet_t *); extern void receive_tcppacket(struct connection_t *, const char *, int); extern void broadcast_packet(const struct node_t *, vpn_packet_t *); +extern char *get_name(void); extern bool setup_network(void); extern void setup_outgoing_connection(struct outgoing_t *); extern void try_outgoing_connections(void);