Removed rta_find() since nobody uses it and it's more convenient
to use ea_find() directly.
This commit is contained in:
parent
ece612e128
commit
566a0eede7
1 changed files with 0 additions and 1 deletions
|
@ -348,7 +348,6 @@ void rta__free(rta *r);
|
||||||
static inline void rta_free(rta *r) { if (r && !--r->uc) rta__free(r); }
|
static inline void rta_free(rta *r) { if (r && !--r->uc) rta__free(r); }
|
||||||
void rta_dump(rta *);
|
void rta_dump(rta *);
|
||||||
void rta_dump_all(void);
|
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 *);
|
void rta_show(struct cli *, rta *, ea_list *);
|
||||||
|
|
||||||
extern struct protocol *attr_class_to_protocol[EAP_MAX];
|
extern struct protocol *attr_class_to_protocol[EAP_MAX];
|
||||||
|
|
Loading…
Reference in a new issue