summaryrefslogtreecommitdiff
path: root/include/rpcsvc/ypclnt.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 00:54:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 00:54:30 +0000
commite3d1aaf787342acf209a4e4c673c0f4775bbe43b (patch)
treec6757294fbe8cb362d6b41858577ebe4864c211d /include/rpcsvc/ypclnt.h
parent5805c9aa33e6da064053e706d60ee9f76c4094f3 (diff)
pre-def ypmaplist
Diffstat (limited to 'include/rpcsvc/ypclnt.h')
-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 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