diff options
Diffstat (limited to 'src/rc-logger.h')
-rw-r--r-- | src/rc-logger.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rc-logger.h b/src/rc-logger.h new file mode 100644 index 00000000..1c58c328 --- /dev/null +++ b/src/rc-logger.h @@ -0,0 +1,11 @@ +/* + rc-logger.h + Copyright 2007 Gentoo Foundation + */ + +pid_t rc_logger_pid; +int rc_logger_tty; +extern bool rc_in_logger; + +void rc_logger_open (const char *runlevel); +void rc_logger_close (); |