From 0e18fbde82ef81fa8f13cbad09178c2c11f6913f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Jul 1997 18:20:48 +0000 Subject: [PATCH] Add missing prototypes for _yp_check and yp_maplist --- include/rpcsvc/ypclnt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index dcdfce4884ad..02a11220819e 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -1,4 +1,4 @@ -/* $NetBSD: ypclnt.h,v 1.7 1995/07/14 21:11:10 christos Exp $ */ +/* $NetBSD: ypclnt.h,v 1.8 1997/07/13 18:20:48 christos Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt @@ -69,8 +69,11 @@ __BEGIN_DECLS int yp_bind __P((const char *)); struct dom_binding; int _yp_dobind __P((const char *, struct dom_binding **)); +int _yp_check __P((char **)); void yp_unbind __P((const char *)); int yp_get_default_domain __P((char **)); +struct ypmaplist; +int yp_maplist __P((const char *, struct ypmaplist **)); int yp_match __P((const char *, const char *, const char *, int , char **, int *)); int yp_first __P((const char *, const char *, char **, int *,