summaryrefslogtreecommitdiff
path: root/src/utmp-wtmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utmp-wtmp.h')
-rw-r--r--src/utmp-wtmp.h2
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