From c7d032fc4ac7d7924b20e1fea418272346d8c78c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 2 Jul 2003 21:04:11 +0000 Subject: protos --- usr.bin/ypmatch/ypmatch.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/ypmatch/ypmatch.c') diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 89b1ba2347b..1c962ffe5f5 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypmatch.c,v 1.9 2003/06/02 04:00:17 deraadt Exp $ */ +/* $OpenBSD: ypmatch.c,v 1.10 2003/07/02 21:04:10 deraadt Exp $ */ /* $NetBSD: ypmatch.c,v 1.8 1996/05/07 01:24:52 jtc Exp $ */ /* @@ -28,7 +28,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.9 2003/06/02 04:00:17 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.10 2003/07/02 21:04:10 deraadt Exp $"; #endif #include @@ -44,6 +44,8 @@ static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.9 2003/06/02 04:00:17 deraadt Exp #include #include +void usage(void); + struct ypalias { char *alias, *name; } ypaliases[] = { -- cgit v1.2.3