diff options
author | Thomas Haller <thaller@redhat.com> | 2016-03-08 13:57:20 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-03-15 12:56:58 +0100 |
commit | 2eab5ed347cabca9e45fcdc1d198c7d9c3b425f0 (patch) | |
tree | 74db3ef3e3deeecfa02b7aca068039c722a9bc63 /src/NetworkManagerUtils.h | |
parent | 56121fec8314d0c02b932506d59422c973d8c55b (diff) | |
download | NetworkManager-2eab5ed347cabca9e45fcdc1d198c7d9c3b425f0.tar.gz |
utils: inject platform into nm_utils_complete_generic()
Diffstat (limited to 'src/NetworkManagerUtils.h')
-rw-r--r-- | src/NetworkManagerUtils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h index b3c384da4e..9b5b9106fd 100644 --- a/src/NetworkManagerUtils.h +++ b/src/NetworkManagerUtils.h @@ -28,7 +28,8 @@ const char *nm_utils_get_shared_wifi_permission (NMConnection *connection); -void nm_utils_complete_generic (NMConnection *connection, +void nm_utils_complete_generic (NMPlatform *platform, + NMConnection *connection, const char *ctype, const GSList *existing, const char *preferred_id, |