summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-10-09 13:34:34 +0100
committerRoy Marples <roy@marples.name>2019-10-09 13:34:34 +0100
commitf2803c8a8695bd6fbcda1c958b30226dee2d4217 (patch)
tree2f916b502e2dc69c44e787acfbfcb0500b119c45 /src/if.h
parentb2af48e581d28f72ca918d87ace8a8af31854499 (diff)
downloaddhcpcd-f2803c8a8695bd6fbcda1c958b30226dee2d4217.tar.xz
BSD: Ignore interface groups as we would the interface name
Incase someone renames tap0 to foo4.
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if.h b/src/if.h
index 0800c102..19b6b2fe 100644
--- a/src/if.h
+++ b/src/if.h
@@ -152,7 +152,7 @@ int if_nametospec(const char *, struct if_spec *);
int if_conf(struct interface *);
int if_init(struct interface *);
int if_getssid(struct interface *);
-bool if_ignore(const char *);
+bool if_ignore(struct dhcpcd_ctx *, const char *);
int if_vimaster(const struct dhcpcd_ctx *ctx, const char *);
unsigned short if_vlanid(const struct interface *);
int if_opensockets(struct dhcpcd_ctx *);