diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-16 19:31:45 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-16 19:31:45 +0000 |
commit | d6408728177f6e20d5477447cbe314dabfadf869 (patch) | |
tree | 760b05fa062ab3ccd7ca48ff34f702c4d688748b /usr.sbin/ospfctl | |
parent | 1dff71432beb18269c81f4f690878baff68bda1f (diff) |
remove duplicate function declaration; ok claudio@
Diffstat (limited to 'usr.sbin/ospfctl')
-rw-r--r-- | usr.sbin/ospfctl/ospfctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfctl/ospfctl.c b/usr.sbin/ospfctl/ospfctl.c index b6ff5f67c01..27bc42f6896 100644 --- a/usr.sbin/ospfctl/ospfctl.c +++ b/usr.sbin/ospfctl/ospfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfctl.c,v 1.19 2005/10/16 17:12:30 stevesk Exp $ */ +/* $OpenBSD: ospfctl.c,v 1.20 2005/10/16 19:31:44 stevesk Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -41,7 +41,6 @@ __dead void usage(void); int show_summary_msg(struct imsg *); int show_interface_msg(struct imsg *); -void print_baudrate(u_long); const char *print_if_type(enum iface_type type); const char *print_if_state(int); const char *print_nbr_state(int); |