FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 179:b79d6334f543
themwi-rtp-mgr: RTP port allocation split out of themwi-mgw
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sat, 11 Mar 2023 20:19:14 -0800 | 
| parents | mgw/select.h@b3f74df7b808 | 
| 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[];
