FreeCalypso > hg > themwi-rtp-lib
diff include/endp.h @ 20:695fdb670d30
implement twrtp_endp_register_fds()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 04:06:16 +0000 |
parents | b8cb5146e5b4 |
children | 2032201bd034 |
line wrap: on
line diff
--- a/include/endp.h Sun Jul 07 02:14:01 2024 +0000 +++ b/include/endp.h Sun Jul 07 04:06:16 2024 +0000 @@ -56,5 +56,6 @@ struct twrtp_endp *twrtp_endp_create(void *ctx, struct twrtp_jibuf_config *config); +void twrtp_endp_destroy(struct twrtp_endp *endp); -void twrtp_endp_destroy(struct twrtp_endp *endp); +int twrtp_endp_register_fds(struct twrtp_endp *endp);