diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-20 01:35:35 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-20 01:35:35 +0000 |
commit | 956306db9d4ab397a2c2e0d8a08f08b89259d642 (patch) | |
tree | 0031f245b6a0fda1010f57684b9deba4f60e864e /usr.sbin/dvmrpd/rde.h | |
parent | 931bd9afdef68553b8a16d6a6a988f9c047722a0 (diff) |
revert earlier commit that broke the tree
Diffstat (limited to 'usr.sbin/dvmrpd/rde.h')
-rw-r--r-- | usr.sbin/dvmrpd/rde.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/rde.h b/usr.sbin/dvmrpd/rde.h index 29c7bf95ecf..77c7b38d654 100644 --- a/usr.sbin/dvmrpd/rde.h +++ b/usr.sbin/dvmrpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.8 2009/01/19 20:40:31 michele Exp $ */ +/* $OpenBSD: rde.h,v 1.9 2009/01/20 01:35:34 todd Exp $ */ /* * Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -96,7 +96,6 @@ 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 *rt_matchorigin(in_addr_t); 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 *); |