summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospfe.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-10-13 13:21:57 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-10-13 13:21:57 +0000
commit0115679683cfc8967f018ec789ac06b2900d10bc (patch)
tree22485c5665a38f0e7a7733ca270baaeb1f036e66 /usr.sbin/ospf6d/ospfe.h
parentf88b5541d789aa48324debff13977f938501c465 (diff)
From ospfd: Funny typo, it is fib not fip so adjust function name.
Diffstat (limited to 'usr.sbin/ospf6d/ospfe.h')
-rw-r--r--usr.sbin/ospf6d/ospfe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospfe.h b/usr.sbin/ospf6d/ospfe.h
index a46f10b8635..244022796d7 100644
--- a/usr.sbin/ospf6d/ospfe.h
+++ b/usr.sbin/ospf6d/ospfe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.h,v 1.7 2007/10/11 20:20:44 claudio Exp $ */
+/* $OpenBSD: ospfe.h,v 1.8 2007/10/13 13:21:56 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -116,7 +116,7 @@ int ospfe_imsg_compose_parent(int, pid_t, void *, u_int16_t);
int ospfe_imsg_compose_rde(int, u_int32_t, pid_t, void *,
u_int16_t);
u_int32_t ospfe_router_id(void);
-void ospfe_fip_update(int);
+void ospfe_fib_update(int);
void ospfe_iface_ctl(struct ctl_conn *, unsigned int);
void ospfe_nbr_ctl(struct ctl_conn *);
void orig_rtr_lsa(struct area *);