.\" Copyright Peter Benie .\" University of Cambridge Computing Service .\" Sat 23 May 1998 .TH PUTUTLINE_HELPER 2 "23 May 1998" "Linux 2.0" .SH NAME pututline_helper \- change utmp file entry .SH SYNOPSIS .nf .B #include .B cc [...] -lputmphelper .sp .BI "void pututline_helper(struct utmp *" ut ");" .fi .SH DESCRIPTION .B pututline_helper changes a utmp entry by invoking the setuid helper, pututmp. A #define is used to make applications calling pututline call this function instead. .SH "SEE ALSO" .BR pututline "(3), " utmp "(5), " pututmp (8) .SH AUTHOR Peter Benie