diff options
Diffstat (limited to 'libnm/nm-device-wimax.h')
| -rw-r--r-- | libnm/nm-device-wimax.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-wimax.h b/libnm/nm-device-wimax.h index cdd6ba56..424779bd 100644 --- a/libnm/nm-device-wimax.h +++ b/libnm/nm-device-wimax.h @@ -46,6 +46,9 @@ G_BEGIN_DECLS #define NM_DEVICE_WIMAX_BSID "bsid" #define NM_DEVICE_WIMAX_NSPS "nsps" +/** + * NMDeviceWimax: + */ struct _NMDeviceWimax { NMDevice parent; }; |