summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index bdd7af4..583288b 100644
--- a/src/log.h
+++ b/src/log.h
@@ -10,6 +10,8 @@ int openDevNull(int fd);
#define WP() log_error_write(srv, __FILE__, __LINE__, "");
+int open_logfile_or_pipe(server *srv, const char* logfile);
+
int log_error_open(server *srv);
int log_error_close(server *srv);
int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...);