diff options
Diffstat (limited to 'include/utmp.h')
-rw-r--r-- | include/utmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utmp.h b/include/utmp.h index e80b65b7d..10b75c9a0 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -78,6 +78,7 @@ libc_hidden_proto(endutent) /* Search forward from the current point in the utmp file until the next entry with a ut_type matching ID->ut_type. */ extern struct utmp *getutid (__const struct utmp *__id) __THROW; +libc_hidden_proto(getutid) /* Search forward from the current point in the utmp file until the next entry with a ut_line matching LINE->ut_line. */ |