summaryrefslogtreecommitdiff
path: root/tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.h')
-rw-r--r--tokens.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokens.h b/tokens.h
index 026032e..970f3d4 100644
--- a/tokens.h
+++ b/tokens.h
@@ -96,4 +96,9 @@
#define FUNCTION_KEYS 76
#define ALTERNATE_GROUP 77
+extern Atom tok_ONE_LEVEL;
+extern Atom tok_TWO_LEVEL;
+extern Atom tok_ALPHABETIC;
+extern Atom tok_KEYPAD;
+
#endif