diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:44:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:44:59 +0000 |
commit | 8eb238d6dc0d517861283e95c1991e069cd19098 (patch) | |
tree | 24c2800610a3469eb0c5fb87bd1d9da9705feb51 /sbin/route/show.c | |
parent | db47935015998dfa065177216552df596183c359 (diff) |
missing protos
Diffstat (limited to 'sbin/route/show.c')
-rw-r--r-- | sbin/route/show.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index f04673fdef8..d325e49fe39 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.24 2003/06/26 16:35:21 deraadt Exp $ */ +/* $OpenBSD: show.c,v 1.25 2003/07/02 21:44:58 deraadt Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94"; #else -static char *rcsid = "$OpenBSD: show.c,v 1.24 2003/06/26 16:35:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: show.c,v 1.25 2003/07/02 21:44:58 deraadt Exp $"; #endif #endif /* not lint */ @@ -106,6 +106,7 @@ static void pr_family(int); int keyword(char *); void usage(char *); +void show(int argc, char *argv[]); /* * Print routing tables. |