summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-03-04 11:48:04 +0000
committerRoy Marples <roy@marples.name>2019-03-04 11:48:04 +0000
commit769ff1adf7e596879fe33b84447cf95d1aaa0904 (patch)
tree6b7844ecc1609f29a5a1cc48934c7513b41b715d /src/if.h
parent7d58ddf06eff6bd3680a3969d3e7a7c88ff99fa4 (diff)
downloaddhcpcd-769ff1adf7e596879fe33b84447cf95d1aaa0904.tar.xz
if: No more need for interface sorting
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if.h b/src/if.h
index 2f20764c..1aac439b 100644
--- a/src/if.h
+++ b/src/if.h
@@ -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)