summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-07-25 09:38:06 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-07-25 09:38:06 +0000
commit684f3543ba5d35e3caa3ec8bb551f1a19e3f86d0 (patch)
treec0a725c90995917c4526574c29328218758f88c2 /usr.sbin/bgpctl
parent6fa69567b7af822d74014fa4cbf3f5d3d8f34ffc (diff)
kill redundant prototypes
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index dd0454b009e..d4e68070db8 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.107 2006/06/15 10:05:18 claudio Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.108 2006/07/25 09:38:05 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -79,9 +79,6 @@ int show_rib_memory_msg(struct imsg *);
void send_filterset(struct imsgbuf *, struct filter_set_head *);
static const char *get_errstr(u_int8_t, u_int8_t);
int show_result(struct imsg *);
-void log_warnx(const char *, ...);
-void log_warn(const char *, ...);
-void fatal(const char *);
struct imsgbuf *ibuf;