summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-10-13 13:21:25 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-10-13 13:21:25 +0000
commitf88b5541d789aa48324debff13977f938501c465 (patch)
tree2f66553ccc1b768fbf13700df5cf35d8b46fd807 /usr.sbin/ospfd/ospfe.h
parent8e3ee8c94364b7716eaa0761134212d4ce549218 (diff)
Funny typo, it is fib not fip so adjust function name.
Diffstat (limited to 'usr.sbin/ospfd/ospfe.h')
-rw-r--r--usr.sbin/ospfd/ospfe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.h b/usr.sbin/ospfd/ospfe.h
index 54ec653da8e..2136f910499 100644
--- a/usr.sbin/ospfd/ospfe.h
+++ b/usr.sbin/ospfd/ospfe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.h,v 1.37 2007/10/11 08:21:29 claudio Exp $ */
+/* $OpenBSD: ospfe.h,v 1.38 2007/10/13 13:21:24 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -126,7 +126,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 *);