diff options
| author | Roy Marples <roy@marples.name> | 2019-03-04 11:48:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-03-04 11:48:04 +0000 |
| commit | 769ff1adf7e596879fe33b84447cf95d1aaa0904 (patch) | |
| tree | 6b7844ecc1609f29a5a1cc48934c7513b41b715d /src/if.h | |
| parent | 7d58ddf06eff6bd3680a3969d3e7a7c88ff99fa4 (diff) | |
| download | dhcpcd-769ff1adf7e596879fe33b84447cf95d1aaa0904.tar.xz | |
if: No more need for interface sorting
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -122,7 +122,6 @@ void if_deletestaleaddrs(struct if_head *); struct interface *if_find(struct if_head *, const char *); struct interface *if_findindex(struct if_head *, unsigned int); struct interface *if_loopback(struct dhcpcd_ctx *); -void if_sortinterfaces(struct dhcpcd_ctx *); void if_free(struct interface *); int if_domtu(const struct interface *, short int); #define if_getmtu(ifp) if_domtu((ifp), 0) |
