X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadutmp.h;h=f5797ebe9efe29e6f12d0708341e0b27312b1198;hb=ec469199fa07f362e581b64ef06921e7764caebe;hp=d04c94d2edd1614568b0b9b5ff0259227bd2aaab;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/lib/readutmp.h b/lib/readutmp.h index d04c94d2e..f5797ebe9 100644 --- a/lib/readutmp.h +++ b/lib/readutmp.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by jla; revised by djm */ @@ -205,7 +205,7 @@ enum }; char *extract_trimmed_name (const STRUCT_UTMP *ut); -int read_utmp (const char *filename, size_t *n_entries, STRUCT_UTMP **utmp_buf, +int read_utmp (char const *file, size_t *n_entries, STRUCT_UTMP **utmp_buf, int options); #endif /* __READUTMP_H__ */