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

View File

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