diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-12-06 09:23:52 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-12-06 09:23:52 +0200 |
commit | eabd52462bfdb409121b351f198d535649d2b3b9 (patch) | |
tree | 434ec71438df3c822d34fc0b8d83fa977264c546 /src/ckerrlog.h | |
parent | bd85acf6a408674bcdcb5116963fe4fea2247280 (diff) | |
download | ck-eabd52462bfdb409121b351f198d535649d2b3b9.tar.gz ck-eabd52462bfdb409121b351f198d535649d2b3b9.tar.bz2 ck-eabd52462bfdb409121b351f198d535649d2b3b9.zip |
Add log to file, fix list ckconf bug
Diffstat (limited to 'src/ckerrlog.h')
-rw-r--r-- | src/ckerrlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ckerrlog.h b/src/ckerrlog.h index a4cc9e1..c5555e4 100644 --- a/src/ckerrlog.h +++ b/src/ckerrlog.h @@ -51,6 +51,7 @@ void initialize_errlog(int argc, const char** argv); void report_errlog(); void errlog_set_verbose(int level); +void errlog_make_logfile(char *logdir); #define X(stream) \ void ck## stream(const char *log, ...); \ |