summaryrefslogtreecommitdiff
path: root/src/rc-logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-logger.h')
-rw-r--r--src/rc-logger.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rc-logger.h b/src/rc-logger.h
new file mode 100644
index 0000000..1c58c32
--- /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 ();