diff options
Diffstat (limited to 'src/io/input.h')
| -rw-r--r-- | src/io/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/input.h b/src/io/input.h index 9cdd008..1a3de5b 100644 --- a/src/io/input.h +++ b/src/io/input.h @@ -50,6 +50,6 @@ extern FILE *in; void input_init(const char *input); -void input_quit(); +void input_quit(void); #endif // ECGEN_INPUT_H |
