X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futmp-wtmp.h;h=4054aff7eafa7f38807c8bf6bdce845864720eb7;hp=0d608f6a5e8abda5cdf3a708c1d5df59e1108f09;hb=74b91131ed09850ed487a2f7849147ff6f80194d;hpb=03467c88fba6caeffce2a57a31ee2344e3d3ba31 diff --git a/src/utmp-wtmp.h b/src/utmp-wtmp.h index 0d608f6a5..4054aff7e 100644 --- a/src/utmp-wtmp.h +++ b/src/utmp-wtmp.h @@ -30,6 +30,9 @@ 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); +int utmp_put_dead_process(const char *id, pid_t pid, int code, int status); +int utmp_put_init_process(usec_t timestamp, const char *id, pid_t pid, pid_t sid, const char *line); + +int utmp_wall(const char *message, bool (*match_tty)(const char *tty)); #endif