summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index b878cf9f433..714081da817 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.31 2003/12/26 00:49:52 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.32 2003/12/26 14:26:02 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -275,7 +275,6 @@ void msgbuf_init(struct msgbuf *);
void msgbuf_clear(struct msgbuf *);
int msgbuf_write(struct msgbuf *);
-
/* log.c */
void log_init(int);
void logit(int, const char *, ...);
@@ -289,7 +288,6 @@ void log_statechange(struct peer *, enum session_state,
void log_notification(struct peer *, u_int8_t, u_int8_t,
u_char *, u_int16_t);
void log_conn_attempt(struct peer *, struct in_addr);
-void log_kroute(int, const char *, struct kroute *);
/* parse.y */
int cmdline_symset(char *);