about summary refs log tree commit diff
path: root/libnm/nm-types.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
committerMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
commit90e8691111889a7b5f3c812f5a41f15a8a058913 (patch)
treef101a879eca27c34a9bfa5f3da52266b22539a36 /libnm/nm-types.h
parentbdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff)
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'libnm/nm-types.h')
-rw-r--r--libnm/nm-types.h62
1 files changed, 33 insertions, 29 deletions
diff --git a/libnm/nm-types.h b/libnm/nm-types.h
index 84cf48f4..4310120f 100644
--- a/libnm/nm-types.h
+++ b/libnm/nm-types.h
@@ -26,34 +26,38 @@
 #include "nm-dbus-interface.h"
 #include "nm-connection.h"
 
-typedef struct _NMAccessPoint       NMAccessPoint;
-typedef struct _NMActiveConnection  NMActiveConnection;
-typedef struct _NMClient            NMClient;
-typedef struct _NMDevice            NMDevice;
-typedef struct _NMDeviceAdsl        NMDeviceAdsl;
-typedef struct _NMDeviceBond        NMDeviceBond;
-typedef struct _NMDeviceBridge      NMDeviceBridge;
-typedef struct _NMDeviceBt          NMDeviceBt;
-typedef struct _NMDeviceDummy       NMDeviceDummy;
-typedef struct _NMDeviceEthernet    NMDeviceEthernet;
-typedef struct _NMDeviceGeneric     NMDeviceGeneric;
-typedef struct _NMDeviceInfiniband  NMDeviceInfiniband;
-typedef struct _NMDeviceIPTunnel    NMDeviceIPTunnel;
-typedef struct _NMDeviceMacsec      NMDeviceMacsec;
-typedef struct _NMDeviceMacvlan     NMDeviceMacvlan;
-typedef struct _NMDeviceModem       NMDeviceModem;
-typedef struct _NMDeviceOlpcMesh    NMDeviceOlpcMesh;
-typedef struct _NMDeviceTeam        NMDeviceTeam;
-typedef struct _NMDeviceTun         NMDeviceTun;
-typedef struct _NMDeviceVlan        NMDeviceVlan;
-typedef struct _NMDeviceVxlan       NMDeviceVxlan;
-typedef struct _NMDeviceWifi        NMDeviceWifi;
-typedef struct _NMDeviceWimax       NMDeviceWimax;
-typedef struct _NMDhcpConfig        NMDhcpConfig;
-typedef struct _NMIPConfig          NMIPConfig;
-typedef struct _NMObject            NMObject;
-typedef struct _NMRemoteConnection  NMRemoteConnection;
-typedef struct _NMVpnConnection     NMVpnConnection;
-typedef struct _NMWimaxNsp          NMWimaxNsp;
+typedef struct _NMAccessPoint        NMAccessPoint;
+typedef struct _NMActiveConnection   NMActiveConnection;
+typedef struct _NMClient             NMClient;
+typedef struct _NMDevice             NMDevice;
+typedef struct _NMDeviceAdsl         NMDeviceAdsl;
+typedef struct _NMDeviceBond         NMDeviceBond;
+typedef struct _NMDeviceBridge       NMDeviceBridge;
+typedef struct _NMDeviceBt           NMDeviceBt;
+typedef struct _NMDeviceDummy        NMDeviceDummy;
+typedef struct _NMDeviceEthernet     NMDeviceEthernet;
+typedef struct _NMDeviceGeneric      NMDeviceGeneric;
+typedef struct _NMDeviceInfiniband   NMDeviceInfiniband;
+typedef struct _NMDeviceIPTunnel     NMDeviceIPTunnel;
+typedef struct _NMDeviceMacsec       NMDeviceMacsec;
+typedef struct _NMDeviceMacvlan      NMDeviceMacvlan;
+typedef struct _NMDeviceModem        NMDeviceModem;
+typedef struct _NMDeviceOlpcMesh     NMDeviceOlpcMesh;
+typedef struct _NMDeviceOvsBridge    NMDeviceOvsBridge;
+typedef struct _NMDeviceOvsInterface NMDeviceOvsInterface;
+typedef struct _NMDeviceOvsPort      NMDeviceOvsPort;
+typedef struct _NMDevicePpp          NMDevicePpp;
+typedef struct _NMDeviceTeam         NMDeviceTeam;
+typedef struct _NMDeviceTun          NMDeviceTun;
+typedef struct _NMDeviceVlan         NMDeviceVlan;
+typedef struct _NMDeviceVxlan        NMDeviceVxlan;
+typedef struct _NMDeviceWifi         NMDeviceWifi;
+typedef struct _NMDeviceWimax        NMDeviceWimax;
+typedef struct _NMDhcpConfig         NMDhcpConfig;
+typedef struct _NMIPConfig           NMIPConfig;
+typedef struct _NMObject             NMObject;
+typedef struct _NMRemoteConnection   NMRemoteConnection;
+typedef struct _NMVpnConnection      NMVpnConnection;
+typedef struct _NMWimaxNsp           NMWimaxNsp;
 
 #endif  /* NM_TYPES_H */