Prototype yp_maplist()

This commit is contained in:
Peter Wemm 2003-10-26 05:27:14 +00:00
parent 10ebb45ae0
commit 862c47dc3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121549

View file

@ -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);