diff options
Diffstat (limited to 'libnm-glib/nm-device-private.h')
| -rw-r--r-- | libnm-glib/nm-device-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-glib/nm-device-private.h b/libnm-glib/nm-device-private.h index 82d676f9..1a29c97d 100644 --- a/libnm-glib/nm-device-private.h +++ b/libnm-glib/nm-device-private.h @@ -22,5 +22,6 @@ #define NM_DEVICE_PRIVATE_H void _nm_device_set_device_type (NMDevice *device, NMDeviceType dtype); +NMDeviceType _nm_device_type_for_path (DBusGConnection *connection, const char *path); #endif /* NM_DEVICE_PRIVATE_H */ |