diff options
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index 8a98a88..6ccfde2 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -203,4 +203,13 @@ extern boolean get_config_lock(const char* adirp, const char* lock_name); #define INTERNAL internal_error(__LINE__, __FILE__) +/*** output ***/ +#define LOGFILE_STDOUT "/tmp/cfg-stdout.log" +#define LOGFILE_STDERR "/tmp/cfg-stderr.log" + +extern int out_fd; +extern FILE *out_stream; + +extern int initialize_output(); + #endif |