summaryrefslogtreecommitdiff
path: root/src/rc-logger.h
blob: 1c58c3286139551ec1137309c7382efbff159758 (plain)
1
2
3
4
5
6
7
8
9
10
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 ();