summaryrefslogtreecommitdiff
path: root/include/utmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h3
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