diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-12-17 11:24:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-12-17 11:24:31 +0000 |
commit | 052e65809a95f7c1c2b23e3b0722fe837463ef79 (patch) | |
tree | d64b993bdefb563dc11056e335eefc13b7b1057e /usr.sbin/bgpd | |
parent | 81757ebdbba106d906d778417c9acbc459fad8df (diff) |
path_empty() is not a function and does not need a prototype.
Diffstat (limited to 'usr.sbin/bgpd')
-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 862e0b477b5..c42f816d022 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.204 2018/12/11 09:02:14 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.205 2018/12/17 11:24:30 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -475,7 +475,6 @@ int path_update(struct rib *, struct rde_peer *, struct filterstate *, struct bgpd_addr *, int, u_int8_t); int path_compare(struct rde_aspath *, struct rde_aspath *); u_int32_t path_remove_stale(struct rde_aspath *, u_int8_t, time_t); -int path_empty(struct rde_aspath *); struct rde_aspath *path_copy(struct rde_aspath *, const struct rde_aspath *); struct rde_aspath *path_prep(struct rde_aspath *); struct rde_aspath *path_get(void); |