Browse Source

delete xdr_ypresp_all_seq prototype

OPENBSD_5_9
deraadt 8 years ago
parent
commit
f068227ef5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/rpcsvc/yp_prot.h

+ 1
- 2
src/include/rpcsvc/yp_prot.h View File

@ -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 *);


Loading…
Cancel
Save