diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-06-01 04:17:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-06-01 04:17:31 +0000 |
commit | 551227565283bce9f8ef69ff903e26f70ecfed11 (patch) | |
tree | 031955610c4798374e96b3427eadf4a4d18b58e7 /usr.sbin/bgpd/rde.h | |
parent | d7f3b01f971e332b79ee0f23c84b552600423d8e (diff) |
Remove a stupid wrapper function that does nothing more then calling another
function with the same arguments.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index 1340a70c8a9..596c91b5868 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.99 2007/04/23 13:04:24 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.100 2007/06/01 04:17:30 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -332,7 +332,6 @@ void path_update(struct rde_peer *, struct rde_aspath *, int path_compare(struct rde_aspath *, struct rde_aspath *); struct rde_aspath *path_lookup(struct rde_aspath *, struct rde_peer *); void path_remove(struct rde_aspath *); -void path_updateall(struct rde_aspath *, enum nexthop_state); void path_destroy(struct rde_aspath *); int path_empty(struct rde_aspath *); struct rde_aspath *path_copy(struct rde_aspath *); |