FreeCalypso > hg > themwi-system-sw
view mgw/select.h @ 125:5081f2bc6f1c
include/tmgw_ctrl.h: define commands for DTMF start & stop
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2022 16:07:59 -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[];