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 a5fe57a..dd7c44b 100644 --- a/src/input.h +++ b/src/input.h @@ -24,7 +24,7 @@ char *keysym_to_string (KeySym keysym, unsigned int modifier); void cook_keycode (KeyCode keycode, KeySym *keysym, unsigned int *mod); -char *get_input (screen_info *s, char *prompt); +char *get_input (char *prompt); void read_key (KeySym *keysym, unsigned int *mode); #endif /* ! _RATPOISON_INPUT_H */ |