diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-24 04:24:26 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-24 04:24:26 +0000 |
commit | 38412a6d74198dd2d9af8a80c45ab4c057847286 (patch) | |
tree | b3c816b6753b2a06f89eb29140e3fb8ecf1426a6 /usr.sbin/ospfd/ospfd.h | |
parent | 65a5704a2229bec5a709051a5c53c40d037acef2 (diff) |
sync log.c from relayd et al to ospfd.
there is still a little difference regarding handling of the verbosity
value that will be handled later.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 442c7032278..bbf3ce01197 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.96 2017/01/23 00:12:36 jca Exp $ */ +/* $OpenBSD: ospfd.h,v 1.97 2017/01/24 04:24:25 benno Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -31,6 +31,7 @@ #include <imsg.h> #include "ospf.h" +#include "log.h" #define CONF_FILE "/etc/ospfd.conf" #define OSPFD_SOCKET "/var/run/ospfd.sock" @@ -578,7 +579,7 @@ void kr_reload(void); u_int8_t mask2prefixlen(in_addr_t); in_addr_t prefixlen2mask(u_int8_t); -/* log.h */ +/* logmsg.h */ const char *nbr_state_name(int); const char *if_state_name(int); const char *if_type_name(enum iface_type); |