diff options
Diffstat (limited to 'src/input.h')
-rw-r--r-- | src/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h index e26f46f..4a74ac3 100644 --- a/src/input.h +++ b/src/input.h @@ -27,6 +27,6 @@ int cook_keycode (XKeyEvent *ev, KeySym *keysym, unsigned int *mod, char *keysym char *get_input (char *prompt); char *get_more_input (char *prompt, char *preinput); int read_key (KeySym *keysym, unsigned int *modifiers, char *keysym_name, int len); -void init_modifier_map (); +void update_modifier_map (); #endif /* ! _RATPOISON_INPUT_H */ |