about summary refs log tree commit diff
path: root/nis/nisplus-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'nis/nisplus-parser.h')
-rw-r--r--nis/nisplus-parser.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/nis/nisplus-parser.h b/nis/nisplus-parser.h
index 97580d224a..4dc8db8c9f 100644
--- a/nis/nisplus-parser.h
+++ b/nis/nisplus-parser.h
@@ -24,15 +24,12 @@
 #include <grp.h>
 #include <shadow.h>
 
-extern int _nss_nisplus_parse_pwent (nis_result *result, size_t entry,
-				     struct passwd *pw, char *buffer,
-				     size_t buflen, int *errnop);
-extern int _nss_nisplus_parse_pwent_chk (nis_result *result, struct passwd *pw,
-					 char *buffer, size_t buflen,
-					 int *errnop);
-extern int _nss_nisplus_parse_grent (nis_result *result, u_long entry,
-				     struct group *gr, char *buffer,
-				     size_t buflen, int *errnop);
+extern int _nss_nisplus_parse_pwent (nis_result *result, struct passwd *pw,
+				     char *buffer, size_t buflen, int *errnop);
+
+extern int _nss_nisplus_parse_grent (nis_result *result, struct group *gr,
+				     char *buffer, size_t buflen, int *errnop);
+
 extern int _nss_nisplus_parse_spent (nis_result *result, struct spwd *sp,
 				     char *buffer, size_t buflen, int *errnop);