summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-02 14:29:24 +0200
committerMartin Mares <mj@ucw.cz>2000-06-02 14:29:24 +0200
commit566a0eede7094519df07418116beeb7f3f976c7a (patch)
treeb1034a8edc3f85ef9ee7ae83fb7fec1089e48359 /nest/route.h
parentece612e12808325b1b7eb24d060a42343549238f (diff)
downloadbird-566a0eede7094519df07418116beeb7f3f976c7a.tar
bird-566a0eede7094519df07418116beeb7f3f976c7a.zip
Removed rta_find() since nobody uses it and it's more convenient
to use ea_find() directly.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 6d8cc6b..72b84e5 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -348,7 +348,6 @@ void rta__free(rta *r);
static inline void rta_free(rta *r) { if (r && !--r->uc) rta__free(r); }
void rta_dump(rta *);
void rta_dump_all(void);
-static inline eattr * rta_find(rta *a, unsigned ea) { return ea_find(a->eattrs, ea); }
void rta_show(struct cli *, rta *, ea_list *);
extern struct protocol *attr_class_to_protocol[EAP_MAX];