about summary refs log tree commit diff
path: root/include/netdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h
index f7f570e425..26b8cf5850 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -77,4 +77,7 @@ extern int __getnetgrent_r (char **__restrict __hostp,
 			    char **__restrict __userp,
 			    char **__restrict __domainp,
 			    char *__restrict __buffer, size_t __buflen);
+
+extern int ruserpass (const char *host, const char **aname,
+		      const char **apass);
 #endif /* !_NETDB_H */