diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 02:28:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 02:28:35 +0200 |
commit | ef2f1067d0ca0e6d7346aa3e082048821b670b54 (patch) | |
tree | a7842328e351cf04affebfecfb516eb950e72cae /src/utmp-wtmp.h | |
parent | 139be57d9441b5c890e1e4ee69e15aad03276fde (diff) |
systemctl: warn users via wall that the system goes down
Diffstat (limited to 'src/utmp-wtmp.h')
-rw-r--r-- | src/utmp-wtmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utmp-wtmp.h b/src/utmp-wtmp.h index 34c3222c99..abdf28a5f9 100644 --- a/src/utmp-wtmp.h +++ b/src/utmp-wtmp.h @@ -30,4 +30,6 @@ int utmp_put_shutdown(usec_t timestamp); int utmp_put_reboot(usec_t timestamp); int utmp_put_runlevel(usec_t timestamp, int runlevel, int previous); +int utmp_wall(const char *message); + #endif |