aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckerrlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ckerrlog.h')
-rw-r--r--src/ckerrlog.h1
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, ...); \