diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index d8aeada..18130c7 100644 --- a/src/parse.h +++ b/src/parse.h @@ -25,7 +25,8 @@ void file_write( char *in_keys[], size_t n_in_keys, char *out_keys[], size_t n_out_keys, bool write_input, - char *file_format); + char *file_format, + int decimal_precision); char * file_format_infer(char *filename); #endif |