diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-02 12:26:42 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-02 12:26:42 +0000 |
commit | 80c96e8e6f452d6d9803f5a2e17030658f30afc4 (patch) | |
tree | ef584f35ed7167c7a680783415a66799c3789233 /include/utmp.h | |
parent | 0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200 (diff) |
Updated to fedora-glibc-20041102T1153
Diffstat (limited to 'include/utmp.h')
-rw-r--r-- | include/utmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utmp.h b/include/utmp.h index 54f41ba5e5..3a35c599e5 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -16,4 +16,7 @@ extern int __getutid_r (__const struct utmp *__id, struct utmp *__buffer, struct utmp **__result); extern int __getutline_r (__const struct utmp *__line, struct utmp *__buffer, struct utmp **__result); + +libutil_hidden_proto (login_tty) + #endif |