diff options
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,4 +29,6 @@ void input_int_free(struct input_int* input); void input_str_free(struct input_str* input); +char* copy_line(char* line); + #endif |