comparison 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
comparison
equal deleted inserted replaced
19:b8cb5146e5b4 20:695fdb670d30
54 54
55 /* public API functions */ 55 /* public API functions */
56 56
57 struct twrtp_endp *twrtp_endp_create(void *ctx, 57 struct twrtp_endp *twrtp_endp_create(void *ctx,
58 struct twrtp_jibuf_config *config); 58 struct twrtp_jibuf_config *config);
59 void twrtp_endp_destroy(struct twrtp_endp *endp);
59 60
60 void twrtp_endp_destroy(struct twrtp_endp *endp); 61 int twrtp_endp_register_fds(struct twrtp_endp *endp);