diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:44:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:44:17 +0000 |
commit | 6ec46245395c59d76ca0d5d87446a38e7d948106 (patch) | |
tree | 417b70c41cfac239a5b0f81bdcbf622654b393b6 | |
parent | 29f1951497429fe843b6c15e843b77e4e6caf038 (diff) |
protos
-rw-r--r-- | usr.sbin/ypset/ypset.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index a872c649399..9d116294472 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypset.c,v 1.8 2003/06/02 04:00:17 deraadt Exp $ */ +/* $OpenBSD: ypset.c,v 1.9 2003/06/25 21:44:16 deraadt Exp $ */ /* $NetBSD: ypset.c,v 1.8 1996/05/13 02:46:33 thorpej Exp $ */ /* @@ -28,7 +28,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypset.c,v 1.8 2003/06/02 04:00:17 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypset.c,v 1.9 2003/06/25 21:44:16 deraadt Exp $"; #endif #include <sys/param.h> @@ -45,7 +45,7 @@ static char rcsid[] = "$OpenBSD: ypset.c,v 1.8 2003/06/02 04:00:17 deraadt Exp $ #include <rpcsvc/ypclnt.h> #include <arpa/inet.h> -extern bool_t xdr_domainname(); +extern bool_t xdr_domainname(XDR *, domainname *); void usage(void) |