input.h: add InitCoreDevices prototype

This commit is contained in:
Daniel Stone 2006-08-18 17:24:34 +03:00 committed by Daniel Stone
parent 1c2cb30cd8
commit c14036977f
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ typedef struct _InputOption {
struct _InputOption *next;
} InputOption;
extern void InitCoreDevices(void);
extern DeviceIntPtr AddInputDevice(
DeviceProc /*deviceProc*/,
Bool /*autoStart*/);