diff options
Diffstat (limited to 'src/devices/nm-device.h')
| -rw-r--r-- | src/devices/nm-device.h | 2 |
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); |