diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-02 17:55:00 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-02 17:55:00 -0700 |
commit | 80369a816eea6fd86e3e11bd877673ec4d12d7d2 (patch) | |
tree | 84f0762a5d2e977a06c6681f0ca327f220c8b954 /src/cli_val.h | |
parent | 1291aa7736110abc2784d969aaccc48b53ad3657 (diff) | |
download | vyatta-cfg-80369a816eea6fd86e3e11bd877673ec4d12d7d2.tar.gz vyatta-cfg-80369a816eea6fd86e3e11bd877673ec4d12d7d2.zip |
simplify output init
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) |