summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/log.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2009-12-22 17:45:47 +0000
committerclaudio <claudio@openbsd.org>2009-12-22 17:45:47 +0000
commit4e3dcc295625ca0709ea4b07904041ac35222d5a (patch)
tree83a5cbdf22e32794b24bac490f8fe7cd6c50491c /usr.sbin/ospf6d/log.h
parentUse correct interface id. iface_id is our ifindex, nbr_iface_id is the (diff)
downloadwireguard-openbsd-4e3dcc295625ca0709ea4b07904041ac35222d5a.tar.xz
wireguard-openbsd-4e3dcc295625ca0709ea4b07904041ac35222d5a.zip
Implement log_in6addr_scope() yet another function doing the same thing
again but different because of link local addressing.
Diffstat (limited to 'usr.sbin/ospf6d/log.h')
-rw-r--r--usr.sbin/ospf6d/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6d/log.h b/usr.sbin/ospf6d/log.h
index 456b0aec324..92c2d67e719 100644
--- a/usr.sbin/ospf6d/log.h
+++ b/usr.sbin/ospf6d/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.4 2009/11/02 20:24:58 claudio Exp $ */
+/* $OpenBSD: log.h,v 1.5 2009/12/22 17:45:47 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -32,6 +32,7 @@ void fatal(const char *) __dead;
void fatalx(const char *) __dead;
const char *log_in6addr(const struct in6_addr *);
+const char *log_in6addr_scope(const struct in6_addr *, unsigned int);
const char *log_rtr_id(u_int32_t);
const char *log_sockaddr(void *);