diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-21 22:00:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-05-21 22:00:48 +0000 |
commit | 5a04a4228c17def8ccffb60c932fcfea7fdee7cd (patch) | |
tree | c8bbf3d9f67de2e185041c1ccd611d692f858246 /nis/nisplus-parser.h | |
parent | 4cad81b6e72ed99c7816f28ad6828196b2ac7b65 (diff) | |
download | glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.tar.gz glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.tar.xz glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.zip |
Updated to fedora-glibc-20060521T2153 cvs/fedora-glibc-2_4_90-9
Diffstat (limited to 'nis/nisplus-parser.h')
-rw-r--r-- | nis/nisplus-parser.h | 15 |
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); |