diff include/endp.h @ 22:587437b62ed5

implement twrtp_endp_set_remote_ipv4()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Jul 2024 04:33:55 +0000
parents 2032201bd034
children 84d427017d2f
line wrap: on
line diff
--- a/include/endp.h	Sun Jul 07 04:17:18 2024 +0000
+++ b/include/endp.h	Sun Jul 07 04:33:55 2024 +0000
@@ -61,3 +61,6 @@
 int twrtp_endp_register_fds(struct twrtp_endp *endp);
 int twrtp_endp_bind_ip_port(struct twrtp_endp *endp, const char *ip,
 			    uint16_t port);
+
+void twrtp_endp_set_remote_ipv4(struct twrtp_endp *endp,
+				const struct in_addr *ip, uint16_t port);