Usermode/axwin3 - Copying parts of AxWin2 over to get it compiling
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / common.h
index ffaff33..7da032d 100644 (file)
@@ -8,5 +8,17 @@
 #ifndef _COMMON_H_
 #define _COMMON_H_
 
+#include <acess/sys.h>
+
+// === FUNCTIONS ===
+// --- Input ---
+ int   Input_Init(void);
+void   Input_FillSelect(int *nfds, fd_set *set);
+void   Input_HandleSelect(fd_set *set);
+// --- IPC ---
+ int   IPC_Init(void);
+void   IPC_FillSelect(int *nfds, fd_set *set);
+void   IPC_HandleSelect(fd_set *set);
+
 #endif
 

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