diff options
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 1 |
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 */ |