summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-26 14:27:59 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-26 14:27:59 +0000
commitd4a36771ff62c1fc846cdb4a763b27f466182177 (patch)
tree3689acfd7b2bd2412ddd330bc0cae8c05f3de393 /usr.sbin/bgpd/bgpd.h
parent009bf3e7fd7d1e17d765aa17f31979538e741441 (diff)
+ log_ntoa, a simple helper funtion that doesn't require a struct in_addr...
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 714081da817..4a9801af9fc 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.32 2003/12/26 14:26:02 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.33 2003/12/26 14:27:58 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -288,6 +288,7 @@ 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);
+char *log_ntoa(in_addr_t);
/* parse.y */
int cmdline_symset(char *);