Add support for ut_exit

This commit is contained in:
Todd C. Miller
2011-03-15 16:18:33 -04:00
parent 3506f01077
commit 2041d39db7
6 changed files with 44 additions and 7 deletions

View File

@@ -45,6 +45,6 @@ extern int signal_pipe[2];
/* utmp.c */
int utmp_login(const char *from_line, const char *to_line, int ttyfd,
const char *user);
int utmp_logout(const char *line);
int utmp_logout(const char *line, int status);
#endif /* _SUDO_EXEC_H */