mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Prototype yp_maplist()
This commit is contained in:
parent
10ebb45ae0
commit
862c47dc3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121549
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user