diff options
Diffstat (limited to 'src/core/devices/nm-device-private.h')
| -rw-r--r-- | src/core/devices/nm-device-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/devices/nm-device-private.h b/src/core/devices/nm-device-private.h index 2f73a01b..2568d9f1 100644 --- a/src/core/devices/nm-device-private.h +++ b/src/core/devices/nm-device-private.h @@ -179,4 +179,6 @@ void nm_device_auth_request(NMDevice *self, void nm_device_link_properties_set(NMDevice *self, gboolean reapply); +GHashTable *nm_device_get_private_files(NMDevice *self); + #endif /* NM_DEVICE_PRIVATE_H */ |