about summary refs log tree commit diff
path: root/src/devices/nm-device-private.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-06-17 14:54:57 +0200
committerMichael Biebl <biebl@debian.org>2018-06-17 14:54:57 +0200
commit9d9b149b81f5ea5fe53ac383fda9cf3afb96b30f (patch)
treea47c80e4d962d3f2202dbab41e2744c921fb8567 /src/devices/nm-device-private.h
parent03218e6d85e6654bd942b7531ba48b9d9535d55f (diff)
parent069cb5c3a525ebcc19cc2927964258acaca87b13 (diff)
Update upstream source from tag 'upstream/1.11.90'
Update to upstream version '1.11.90'
with Debian dir 13153fad72263d24704dca73c994fe8f7bfd3a28
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r--src/devices/nm-device-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h
index 0b844411..c76debff 100644
--- a/src/devices/nm-device-private.h
+++ b/src/devices/nm-device-private.h
@@ -134,7 +134,7 @@ void nm_device_commit_mtu (NMDevice *self);
 	}
 
 gboolean _nm_device_hash_check_invalid_keys (GHashTable *hash, const char *setting_name,
-                                             GError **error, const char **argv);
+                                             GError **error, const char **whitelist);
 #define nm_device_hash_check_invalid_keys(hash, setting_name, error, ...) \
 	_nm_device_hash_check_invalid_keys (hash, setting_name, error, ((const char *[]) { __VA_ARGS__, NULL }))