summary refs log tree commit diff
path: root/src/nm-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 0fda9216..997723e6 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -74,12 +74,13 @@ typedef enum {
 } NMIPConfigSource;
 
 /* platform */
+typedef struct _NMPlatform           NMPlatform;
 typedef struct _NMPlatformIP4Address NMPlatformIP4Address;
 typedef struct _NMPlatformIP4Route   NMPlatformIP4Route;
 typedef struct _NMPlatformIP6Address NMPlatformIP6Address;
 typedef struct _NMPlatformIP6Route   NMPlatformIP6Route;
 typedef struct _NMPlatformLink       NMPlatformLink;
-
+typedef struct _NMPNetns             NMPNetns;
 typedef struct _NMPObject            NMPObject;
 
 typedef enum {