X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futmp-wtmp.h;h=abdf28a5f9efea1b3c25d7673b9a570be9e9b0ec;hp=34c3222c99e0cf0634c2e9f3c15193055ee4e4f1;hb=ef2f1067d0ca0e6d7346aa3e082048821b670b54;hpb=139be57d9441b5c890e1e4ee69e15aad03276fde diff --git a/src/utmp-wtmp.h b/src/utmp-wtmp.h index 34c3222c9..abdf28a5f 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