diff options
Diffstat (limited to 'libnm/nm-device-adsl.h')
-rw-r--r-- | libnm/nm-device-adsl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-device-adsl.h b/libnm/nm-device-adsl.h index 3c175f0f86..d76f35a891 100644 --- a/libnm/nm-device-adsl.h +++ b/libnm/nm-device-adsl.h @@ -25,7 +25,7 @@ #error "Only <NetworkManager.h> can be included directly." #endif -#include "nm-device.h" +#include <nm-device.h> G_BEGIN_DECLS @@ -53,9 +53,9 @@ GQuark nm_device_adsl_error_quark (void); #define NM_DEVICE_ADSL_CARRIER "carrier" -typedef struct { +struct _NMDeviceAdsl { NMDevice parent; -} NMDeviceAdsl; +}; typedef struct { NMDeviceClass parent; |