From ef2f1067d0ca0e6d7346aa3e082048821b670b54 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Jun 2010 02:28:35 +0200 Subject: systemctl: warn users via wall that the system goes down --- src/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index f3aec1d43a..e371f0b9e5 100644 --- a/src/util.h +++ b/src/util.h @@ -258,6 +258,10 @@ void rename_process(const char name[8]); void sigset_add_many(sigset_t *ss, ...); +char* gethostname_malloc(void); +char* getlogname_malloc(void); +char *getttyname_malloc(void); + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s); -- cgit v1.2.3-54-g00ecf