view mgw/select.h @ 90:736c2d68595f

sip-in/readconf.c: second step toward non-trivial settings
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 23 Sep 2022 18:53:35 -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[];