view mgw/select.h @ 150:529906fddcfa

mgw DTMF timing fix in the corner case of no speech arriving between the end of one DTMF and the start of next
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2022 14:10:29 -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[];