This commit is contained in:
Roy Marples 2008-09-22 19:49:16 +00:00
parent 6748c0e04e
commit ffc79a50c2

View File

@ -24,9 +24,14 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifndef RC_LOGGER_H
#define RC_LOGGER_H
pid_t rc_logger_pid; pid_t rc_logger_pid;
int rc_logger_tty; int rc_logger_tty;
extern bool rc_in_logger; extern bool rc_in_logger;
void rc_logger_open(const char *runlevel); void rc_logger_open(const char *runlevel);
void rc_logger_close (); void rc_logger_close(void);
#endif