view mgw/select.h @ 158:51cf5ea7f320

sip-out: map INVITE errors to GSM cause values
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2022 08:45:39 -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[];