about summary refs log tree commit diff stats
path: root/src/LYKeymap.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-11-21 16:40:42 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-11-21 16:40:42 -0500
commitd4a8ec3c8922a91d418bb9bc130c256c4e00d030 (patch)
treecfbc95b0f99be65ea5ffa312c9055552db804dfc /src/LYKeymap.h
parent6d7ee0488b037f002a9fec0d060cc9842d5f8acd (diff)
downloadlynx-snapshots-d4a8ec3c8922a91d418bb9bc130c256c4e00d030.tar.gz
snapshot of project "lynx", label v2-8-2dev_5
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r--src/LYKeymap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h
index e8ccad06..a1acced8 100644
--- a/src/LYKeymap.h
+++ b/src/LYKeymap.h
@@ -19,6 +19,13 @@ extern void set_vms_keys NOPARAMS;
 
 extern unsigned short keymap[]; /* main keymap matrix */
 
+#ifdef EXP_KEYBOARD_LAYOUT
+extern int current_layout;
+extern unsigned short * LYKbLayouts[];
+extern char * LYKbLayoutNames[];
+extern int LYSetKbLayout PARAMS((char *layout_id));
+#endif
+
 #if defined(DIRED_SUPPORT) && defined(OK_OVERRIDE)
 extern unsigned short key_override[];
 #endif