From 80369a816eea6fd86e3e11bd877673ec4d12d7d2 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Wed, 2 Jun 2010 17:55:00 -0700 Subject: simplify output init --- src/cli_val.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli_val.h') 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) -- cgit v1.2.3