about summary refs log tree commit diff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-23 23:35:34 +0100
committerMichael Biebl <biebl@debian.org>2017-01-23 23:35:34 +0100
commit892c1a56bfb94fa4c0409673ca5a762d1ba67a78 (patch)
tree8b61046eaf26867082441804828160a44f5b33c0 /src/devices/nm-device.h
parentf759d9a648636660552008595fb7b100a3fc2b64 (diff)
parentd462f64d6044349b0a4e3581cf2c97bbab7aec97 (diff)
Merge tag 'upstream/1.5.91' into experimental
Upstream version 1.5.91
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 52a74d26..311b5a2c 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -295,7 +295,7 @@ typedef struct {
 
 	const char *(*get_type_description) (NMDevice *self);
 
-	NMMatchSpecMatchType (* spec_match_list)   (NMDevice *self, const GSList *specs);
+	const char *(*get_s390_subchannels) (NMDevice *self);
 
 	/* Update the connection with currently configured L2 settings */
 	void            (* update_connection) (NMDevice *device, NMConnection *connection);