summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-07-13 18:19:08 +0000
committerchristos <christos@NetBSD.org>1997-07-13 18:19:08 +0000
commite092553a70113a59de799935e7c6560b5b7bc907 (patch)
treeac948f67dc07da6e238b3b244996ae9400ecf347 /include
parent5ffea610c1669315032da356e6559ad245a46f9d (diff)
Add prototypes for obsolete: xdr_{domainname,peername,mapname} and mark them
as such.
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/yp_prot.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index b0afa2100d0..98c8c42aea1 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -1,4 +1,4 @@
-/* $NetBSD: yp_prot.h,v 1.8 1996/08/09 10:06:02 thorpej Exp $ */
+/* $NetBSD: yp_prot.h,v 1.9 1997/07/13 18:19:08 christos Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@@ -314,6 +314,9 @@ struct yppushresp_xfr {
struct ypall_callback;
__BEGIN_DECLS
+bool_t xdr_domainname __P((XDR *, char *)); /* obsolete */
+bool_t xdr_peername __P((XDR *, char *)); /* obsolete */
+bool_t xdr_mapname __P((XDR *, char *)); /* obsolete */
bool_t xdr_datum __P((XDR *, datum *));
bool_t xdr_ypdomain_wrap_string __P((XDR *, char **));
bool_t xdr_ypmap_wrap_string __P((XDR *, char **));