summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-18 17:24:34 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-18 17:24:34 +0300
commitc14036977fef7b8787c0b68f5262fa0b6a2834f5 (patch)
tree81558a29acb797c7933c27377fd5cff7049aabef /include
parent1c2cb30cd88ba4453f9da339025f8ff39f7f5412 (diff)
input.h: add InitCoreDevices prototype
Diffstat (limited to 'include')
-rw-r--r--include/input.h2
1 files changed, 2 insertions, 0 deletions
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*/);