summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd/rde.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dvmrpd/rde.h')
-rw-r--r--usr.sbin/dvmrpd/rde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/rde.h b/usr.sbin/dvmrpd/rde.h
index dd3f8f2e756..255dcbdb682 100644
--- a/usr.sbin/dvmrpd/rde.h
+++ b/usr.sbin/dvmrpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.3 2007/03/21 19:33:48 michele Exp $ */
+/* $OpenBSD: rde.h,v 1.4 2008/10/21 20:20:00 michele Exp $ */
/*
* Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -90,7 +90,7 @@ void mfc_delete(struct mfc *);
void rt_init(void);
int rt_compare(struct rt_node *, struct rt_node *);
struct rt_node *rt_find(in_addr_t, u_int8_t);
-struct rt_node *rr_new_rt(struct route_report *, int, int);
+struct rt_node *rr_new_rt(struct route_report *, u_int32_t, int);
int rt_insert(struct rt_node *);
void rt_update(struct rt_node *);
int rt_remove(struct rt_node *);