diff options
Diffstat (limited to 'src/libnm-client-public/nm-access-point.h')
| -rw-r--r-- | src/libnm-client-public/nm-access-point.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-client-public/nm-access-point.h b/src/libnm-client-public/nm-access-point.h index 9f9216bb..5a78e34f 100644 --- a/src/libnm-client-public/nm-access-point.h +++ b/src/libnm-client-public/nm-access-point.h @@ -42,6 +42,7 @@ G_BEGIN_DECLS /** * NMAccessPoint: */ +typedef struct _NMAccessPoint NMAccessPoint; typedef struct _NMAccessPointClass NMAccessPointClass; GType nm_access_point_get_type(void); |