diff options
-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 e9efeedaa99..22956110a5d 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)); +struct ypmaplist; int yp_maplist __P((const char *, struct ypmaplist **)); __END_DECLS |