diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:45:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:45:48 +0000 |
commit | 621dcd188e5cca868b7b0e6c901afc2144009db8 (patch) | |
tree | a4c8245d611bc0c0629b1a232d877c587d309bd3 /usr.sbin/ypbind/ypbind.c | |
parent | 6ec46245395c59d76ca0d5d87446a38e7d948106 (diff) |
remove excess proto
Diffstat (limited to 'usr.sbin/ypbind/ypbind.c')
-rw-r--r-- | usr.sbin/ypbind/ypbind.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 97664cf0e75..dfe7205c5a7 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypbind.c,v 1.48 2003/06/02 04:00:17 deraadt Exp $ */ +/* $OpenBSD: ypbind.c,v 1.49 2003/06/25 21:45:47 deraadt Exp $ */ /* * Copyright (c) 1992, 1993, 1996, 1997, 1998 Theo de Raadt <deraadt@openbsd.org> @@ -27,7 +27,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypbind.c,v 1.48 2003/06/02 04:00:17 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypbind.c,v 1.49 2003/06/25 21:45:47 deraadt Exp $"; #endif #include <sys/param.h> @@ -81,10 +81,6 @@ struct _dom_binding { FILE *dom_servlistfp; }; -extern bool_t xdr_domainname(), xdr_ypbind_resp(); -extern bool_t xdr_ypreq_key(), xdr_ypresp_val(); -extern bool_t xdr_ypbind_setdom(); - void rpc_received(char *dom, struct sockaddr_in *raddrp, int force); void checkwork(void); enum clnt_stat handle_replies(void); |