summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-03-20 09:48:24 -0400
committerDan Winship <danw@gnome.org>2013-04-03 10:23:48 -0400
commit0b815ca166748b69940c4735be8c7c2adf400e40 (patch)
tree219637288f72b387a093a93e8a6b11e5d6d26655 /src/NetworkManagerUtils.c
parent29ed892de7750740e6f02cd4e44bfec243d2b7c4 (diff)
downloadNetworkManager-0b815ca166748b69940c4735be8c7c2adf400e40.tar.gz
config: add NMConfigDevice
Add NMConfigDevice, which is mostly just a wrapper around nm_device_get_hw_address() and nm_device_spec_match_list(), and implement it in NMDevice. This will be used for config options that match devices. (We can't use NMDevice directly for dependency reasons.)
Diffstat (limited to 'src/NetworkManagerUtils.c')
-rw-r--r--src/NetworkManagerUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index d9dad97e58..f973c5b570 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -363,7 +363,7 @@ nm_utils_merge_ip6_config (NMIP6Config *ip6_config, NMSettingIP6Config *setting)
nm_ip6_config_set_never_default (ip6_config, TRUE);
}
-static gboolean
+gboolean
nm_match_spec_string (const GSList *specs, const char *match)
{
const GSList *iter;