FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 201:d3c99b41fb04
sip-manual-out TFO: rework for continuous output of TFO_REQ
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Apr 2023 18:01:34 -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[];