summaryrefslogtreecommitdiff
path: root/pwd/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/pwd.h')
-rw-r--r--pwd/pwd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pwd/pwd.h b/pwd/pwd.h
index 00235093aa..9bd380a6db 100644
--- a/pwd/pwd.h
+++ b/pwd/pwd.h
@@ -123,6 +123,17 @@ extern struct passwd *getpwnam_r __P ((__const char *__name,
struct passwd *__resultbuf,
char *__buffer, int __buflen));
+
+#ifdef __USE_SVID
+/* Read an entry from STREAM. */
+extern struct passwd *__fgetpwent_r __P ((FILE * __stream,
+ struct passwd *__resultbuf,
+ char *__buffer, int __buflen));
+extern struct passwd *fgetpwent_r __P ((FILE * __stream,
+ struct passwd *__resultbuf,
+ char *__buffer, int __buflen));
+#endif
+
#endif /* reentrant */