diff options
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index b8a30ba..fbd48d9 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -230,7 +230,7 @@ extern int out_fd; extern FILE *out_stream; extern FILE *err_stream; -extern int initialize_output(void); +extern int initialize_output(const char *op); /* debug hooks? */ #define my_malloc(size, name) malloc(size) |