summaryrefslogtreecommitdiff
path: root/sysdep/unix/unix.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-02-07 13:09:55 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2014-02-07 13:09:55 +0100
commit4e398e34bf140baf73fe8dceaf81078fb343f65a (patch)
treecef4e19194b5be76f62fb80bb9aaf9e10944159a /sysdep/unix/unix.h
parent9ae0f4b78c5e3619ee19969c052c863bf96be6d9 (diff)
Workaround thread-unsafeness of cli_echo().
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r--sysdep/unix/unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h
index 1fc26db2..346adcf2 100644
--- a/sysdep/unix/unix.h
+++ b/sysdep/unix/unix.h
@@ -67,6 +67,7 @@ void krt_io_init(void);
/* log.c */
+void main_thread_init(void);
void log_init_debug(char *); /* Initialize debug dump to given file (NULL=stderr, ""=off) */
void log_switch(int debug, list *l, char *); /* Use l=NULL for initial switch */