From c14036977fef7b8787c0b68f5262fa0b6a2834f5 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 18 Aug 2006 17:24:34 +0300 Subject: [PATCH] input.h: add InitCoreDevices prototype --- include/input.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/input.h b/include/input.h index 6572db5a3..6573a1fca 100644 --- a/include/input.h +++ b/include/input.h @@ -167,6 +167,8 @@ typedef struct _InputOption { struct _InputOption *next; } InputOption; +extern void InitCoreDevices(void); + extern DeviceIntPtr AddInputDevice( DeviceProc /*deviceProc*/, Bool /*autoStart*/);