diff options
Diffstat (limited to 'src/input.h')
-rw-r--r-- | src/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h index 65e4607..0544f37 100644 --- a/src/input.h +++ b/src/input.h @@ -31,5 +31,6 @@ unsigned int x11_mask_to_rp_mask (unsigned int mask); unsigned int rp_mask_to_x11_mask (unsigned int mask); void update_modifier_map (); void grab_key (int keycode, unsigned int modifiers, Window grab_window); +void free_history (); #endif /* ! _RATPOISON_INPUT_H */ |