diff options
Diffstat (limited to 'input_field.h')
| -rw-r--r-- | input_field.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input_field.h b/input_field.h index f3379d4..ab583e5 100644 --- a/input_field.h +++ b/input_field.h @@ -5,6 +5,7 @@ // returns true if the key should repeat bool type_key(client_state* state, xkb_keysym_t keysym); +void filter_items(client_state* state); void submit_line(client_state* state); #endif |
