FreeCalypso > hg > themwi-rtp-lib
diff include/endp.h @ 21:2032201bd034
implement twrtp_endp_bind_ip_port()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 04:17:18 +0000 |
parents | 695fdb670d30 |
children | 587437b62ed5 |
line wrap: on
line diff
--- a/include/endp.h Sun Jul 07 04:06:16 2024 +0000 +++ b/include/endp.h Sun Jul 07 04:17:18 2024 +0000 @@ -59,3 +59,5 @@ void twrtp_endp_destroy(struct twrtp_endp *endp); 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);