summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-16 22:33:15 +0000
committerderaadt <deraadt@openbsd.org>1997-07-16 22:33:15 +0000
commitc702134f96af4499ba759cc6c17621dcc90a7db5 (patch)
treef753813c9a608945191b159780313c615a5b4bd4
parentFix the frigging CD rom mount bug!! (diff)
downloadwireguard-openbsd-c702134f96af4499ba759cc6c17621dcc90a7db5.tar.xz
wireguard-openbsd-c702134f96af4499ba759cc6c17621dcc90a7db5.zip
proto yp_maplist
-rw-r--r--include/rpcsvc/ypclnt.h1
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_ */