diff options
Diffstat (limited to 'include/ttyent.h')
-rw-r--r-- | include/ttyent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ttyent.h b/include/ttyent.h index 0b221bccf..ae2082354 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -56,9 +56,12 @@ struct ttyent { __BEGIN_DECLS extern struct ttyent *getttyent (void) __THROW; +libc_hidden_proto(getttyent) extern struct ttyent *getttynam (__const char *__tty) __THROW; extern int setttyent (void) __THROW; +libc_hidden_proto(setttyent) extern int endttyent (void) __THROW; +libc_hidden_proto(endttyent) __END_DECLS |