diff options
Diffstat (limited to 'sbin/route/show.h')
-rw-r--r-- | sbin/route/show.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/show.h b/sbin/route/show.h index 7b8d3f26f21..dff6b350b6d 100644 --- a/sbin/route/show.h +++ b/sbin/route/show.h @@ -1,4 +1,4 @@ -/* $OpenBSD: show.h,v 1.4 2005/03/30 05:40:55 henning Exp $ */ +/* $OpenBSD: show.h,v 1.5 2006/05/27 18:26:45 claudio Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -19,7 +19,7 @@ #ifndef __SHOW_H__ #define __SHOW_H__ -void p_rttables(int, int); +void p_rttables(int); char *routename(struct sockaddr *); char *netname(struct sockaddr *, struct sockaddr *); |