Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Applications / irc_src / input.h
diff --git a/Usermode/Applications/irc_src/input.h b/Usermode/Applications/irc_src/input.h
new file mode 100644 (file)
index 0000000..dee859e
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ */
+#ifndef _INPUT_H_
+#define _INPUT_H_
+
+#include <acess/sys.h>
+
+extern void    Input_FillSelect(int *nfds, fd_set *rfds);
+extern void    Input_HandleSelect(int nfds, const fd_set *rfds);
+
+#endif
+

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