summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-28 20:49:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-28 20:49:25 +0000
commit6028012d34b115d156a223730b827ac011431ef9 (patch)
treeac08b234be213b74e818b0976325962338474460 /include
parent00f6f0acf40e4249ba69705f6e2692fa920d3430 (diff)
delete xdr_ypresp_all_seq prototype
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/yp_prot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index 1a704451fdc..d78bd61df0f 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: yp_prot.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */
+/* $OpenBSD: yp_prot.h,v 1.9 2015/09/28 20:49:24 deraadt Exp $ */
/* $NetBSD: yp_prot.h,v 1.6 1995/07/14 21:10:58 christos Exp $ */
/*
@@ -329,7 +329,6 @@ bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
bool_t xdr_ypresp_all(XDR *, struct ypresp_all *);
-bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
bool_t xdr_ypmaplist_str(XDR *, char *);
bool_t xdr_ypmaplist(XDR *, struct ypmaplist *);