From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/shadow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/shadow.h') diff --git a/include/shadow.h b/include/shadow.h index 778df52b9..baad17701 100644 --- a/include/shadow.h +++ b/include/shadow.h @@ -120,18 +120,22 @@ extern int putspent (__const struct spwd *__p, FILE *__stream); therefore not marked with __THROW. */ extern int getspent_r (struct spwd *__result_buf, char *__buffer, size_t __buflen, struct spwd **__result); +libc_hidden_proto(getspent_r) extern int getspnam_r (__const char *__name, struct spwd *__result_buf, char *__buffer, size_t __buflen, struct spwd **__result); +libc_hidden_proto(getspnam_r) extern int sgetspent_r (__const char *__string, struct spwd *__result_buf, char *__buffer, size_t __buflen, struct spwd **__result); +libc_hidden_proto(sgetspent_r) extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf, char *__buffer, size_t __buflen, struct spwd **__result); +libc_hidden_proto(fgetspent_r) #endif /* misc */ -- cgit v1.2.3