diff options
author | 1997-07-16 22:33:15 +0000 | |
---|---|---|
committer | 1997-07-16 22:33:15 +0000 | |
commit | c702134f96af4499ba759cc6c17621dcc90a7db5 (patch) | |
tree | f753813c9a608945191b159780313c615a5b4bd4 | |
parent | Fix the frigging CD rom mount bug!! (diff) | |
download | wireguard-openbsd-c702134f96af4499ba759cc6c17621dcc90a7db5.tar.xz wireguard-openbsd-c702134f96af4499ba759cc6c17621dcc90a7db5.zip |
proto yp_maplist
-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 dcdfce4884a..e9efeedaa99 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -83,6 +83,7 @@ int yp_all __P((const char *, const char *, struct ypall_callback *)); char * yperr_string __P((int)); int ypprot_err __P((unsigned int)); +int yp_maplist __P((const char *, struct ypmaplist **)); __END_DECLS #endif /* _RPCSVC_YPCLNT_H_ */ |