diff options
Diffstat (limited to 'src/io/input.h')
| -rw-r--r-- | src/io/input.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/io/input.h b/src/io/input.h index bdc86ec..5d3ec96 100644 --- a/src/io/input.h +++ b/src/io/input.h @@ -48,10 +48,9 @@ extern FILE *in; /** * @brief Initialize input based on cfg. - * @param cfg * @return whether the initialization was successful */ -bool input_init(const config_t *cfg); +bool input_init(); /** * @brief Deinitialize input. |
