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 f78c365..cb6c456 100644 --- a/src/input.h +++ b/src/input.h @@ -5,5 +5,6 @@ #include "tofi.h" void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode); +void input_refresh_results(struct tofi *tofi); #endif /* INPUT_H */ |