diff options
author | peter <peter@FreeBSD.org> | 2003-10-26 05:27:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-26 05:27:14 +0000 |
commit | c8ef24efdad444da54bfc8135bf1ecf5c6cffc17 (patch) | |
tree | 0a9860e34de9b161f1148e15f5c47a88a627ec09 /include | |
parent | a4f43a8a534165bf03f872e91d1c47b1137fb169 (diff) | |
download | FreeBSD-src-c8ef24efdad444da54bfc8135bf1ecf5c6cffc17.zip FreeBSD-src-c8ef24efdad444da54bfc8135bf1ecf5c6cffc17.tar.gz |
Prototype yp_maplist()
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 05b922b..9064adb 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); |