diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-30 04:10:19 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-30 15:36:04 +0100 |
commit | 3e137a1b9a0eac2bf43d493d3302c3c959b6ccdb (patch) | |
tree | c62ca7aa5a75856fcf58ae14ba4f4cc545cca3f0 /src/udev/net/link-config.h | |
parent | 415e7f65dbc66089f0d1b9de6785026596df88e7 (diff) |
udev: link-config - let udevd set the ifname
Diffstat (limited to 'src/udev/net/link-config.h')
-rw-r--r-- | src/udev/net/link-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/net/link-config.h b/src/udev/net/link-config.h index f5dee5a274..b3ee81fdaa 100644 --- a/src/udev/net/link-config.h +++ b/src/udev/net/link-config.h @@ -74,7 +74,7 @@ int link_config_load(link_config_ctx *ctx); bool link_config_should_reload(link_config_ctx *ctx); int link_config_get(link_config_ctx *ctx, struct udev_device *device, struct link_config **ret); -int link_config_apply(link_config_ctx *ctx, struct link_config *config, struct udev_device *device); +int link_config_apply(link_config_ctx *ctx, struct link_config *config, struct udev_device *device, const char **name); const char *name_policy_to_string(NamePolicy p) _const_; NamePolicy name_policy_from_string(const char *p) _pure_; |