Import readline 8.0
[deliverable/binutils-gdb.git] / readline / keymaps.h
index af8d5d997d4b7de21ebc4f3bc13c3ea0169a6f31..1fa853d8c1e6a68a9e06d79c880e7d246759ced6 100644 (file)
@@ -90,6 +90,9 @@ extern Keymap rl_get_keymap PARAMS((void));
 /* Set the current keymap to MAP. */
 extern void rl_set_keymap PARAMS((Keymap));
 
+/* Set the name of MAP to NAME */
+extern int rl_set_keymap_name PARAMS((const char *, Keymap));
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023611 seconds and 4 git commands to generate.