summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
commit262961d88faf67f69f4630acb8234a4f2c5a6e80 (patch)
treee57fd524943b393d52c15cccfc5ae3a9eeb516b5 /compat.h
parent2af3aabf0e7eb1514d39b29a6b58fcd0d4de41d1 (diff)
downloadxorg-app-xkbcomp-262961d88faf67f69f4630acb8234a4f2c5a6e80.tar.gz
Initial revisionXORG-STABLE
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/compat.h b/compat.h
new file mode 100644
index 0000000..0d47b69
--- /dev/null
+++ b/compat.h
@@ -0,0 +1,8 @@
+/* $XFree86: xc/programs/xkbcomp/compat.h,v 1.1 2002/06/05 00:00:37 dawes Exp $ */
+
+#ifndef COMPAT_H
+#define COMPAT_H 1
+
+extern LookupEntry groupNames[];
+
+#endif /* COMPAT_H */