FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 211:fbfa72b114e8
sip-manual-out: prep for making PCM fill octet changeable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 May 2023 15:33:00 -0800 |
parents | b79d6334f543 |
children |
line wrap: on
line source
/* extern declarations for select loop global variables */ extern fd_set select_for_read; extern void (*select_handlers[])(); extern void *select_data[];