diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 05:27:14 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 05:27:14 +0000 |
| commit | 862c47dc3b177a34c8915266abf049aaad329a9d (patch) | |
| tree | 0a9860e34de9b161f1148e15f5c47a88a627ec09 /include | |
| parent | 10ebb45ae0ba4c7509c777abea3c0a4676484e17 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpcsvc/ypclnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index 05b922bde7e8b..9064adb362ec9 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -78,6 +78,7 @@ int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, char **outval, int *outvallen); int yp_next(char *indomain, char *inmap, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen); +int yp_maplist(char *indomain, struct ypmaplist **outmaplist); int yp_master(char *indomain, char *inmap, char **outname); int yp_order(char *indomain, char *inmap, int *outorder); int yp_all(char *indomain, char *inmap, struct ypall_callback *incallback); |
