mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a prototype for the non-existent prelist_del().
MFC after: 1 week
This commit is contained in:
parent
7b0c04c29c
commit
19fa242679
1 changed files with 0 additions and 1 deletions
|
|
@ -441,7 +441,6 @@ void nd6_dad_stop(struct ifaddr *);
|
|||
/* nd6_rtr.c */
|
||||
void nd6_rs_input(struct mbuf *, int, int);
|
||||
void nd6_ra_input(struct mbuf *, int, int);
|
||||
void prelist_del(struct nd_prefix *);
|
||||
void defrouter_reset(void);
|
||||
void defrouter_select(void);
|
||||
void defrtrlist_del(struct nd_defrouter *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue