FreeCalypso > hg > themwi-system-sw
view mgw/select.h @ 160:4b35a5a400f1
mgw/dtmf_defs.h: reduce DTMF_MIN_FRAMES to 5 (100 ms)
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 12 Oct 2022 13:05:26 -0800 |
| parents | 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[];
