add declarations for utmpname/utmpxname to appropriate headers
authorRich Felker <dalias@aerifal.cx>
Fri, 12 Feb 2016 14:58:50 +0000 (09:58 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 12 Feb 2016 14:58:50 +0000 (09:58 -0500)
commit692b16d14b913676567be82a56211adc250793c7
tree40d1e3310c82789424f3a310c868b35bfc15938f
parent500c6886c654fd45e4926990fee2c61d816be197
add declarations for utmpname/utmpxname to appropriate headers

commit 378f8cb5222b63e4f8532c757ce54e4074567e1f added these functions
(as stubs) but left them without declarations. this broke some
autoconf based software that detected linkability of the symbols but
didn't check for a declaration.
include/utmp.h
include/utmpx.h