dee859ee71573736ebd869a07e8f4305e17183df
[tpg/acess2.git] / Usermode / Applications / irc_src / input.h
1 /*
2  */
3 #ifndef _INPUT_H_
4 #define _INPUT_H_
5
6 #include <acess/sys.h>
7
8 extern void     Input_FillSelect(int *nfds, fd_set *rfds);
9 extern void     Input_HandleSelect(int nfds, const fd_set *rfds);
10
11 #endif
12

UCC git Repository :: git.ucc.asn.au