summaryrefslogtreecommitdiff
path: root/libnm/nm-types.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-10-22 13:48:18 -0400
committerDan Winship <danw@gnome.org>2014-11-07 07:49:40 -0500
commitd34910b12860eb080b1a519f441946cbc378f769 (patch)
tree073828d78a265eb8a50c9679b1d5e3770655c35f /libnm/nm-types.h
parentf8dcb9510c11055a40fd9e42448097c2751e1f2a (diff)
downloadNetworkManager-d34910b12860eb080b1a519f441946cbc378f769.tar.gz
libnm: create NMIPConfig as parent of NMIP4Config and NMIP6Config
Create NMIPConfig as the parent of NMIP4Config and NMIP6Config, and remove the two subclasses from the public API; while it's convenient to still have both internally, they are now identical to the outside world.
Diffstat (limited to 'libnm/nm-types.h')
-rw-r--r--libnm/nm-types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm/nm-types.h b/libnm/nm-types.h
index 940a329454..eb922036d0 100644
--- a/libnm/nm-types.h
+++ b/libnm/nm-types.h
@@ -45,8 +45,7 @@ typedef struct _NMDeviceWifi NMDeviceWifi;
typedef struct _NMDeviceWimax NMDeviceWimax;
typedef struct _NMDhcp4Config NMDhcp4Config;
typedef struct _NMDhcp6Config NMDhcp6Config;
-typedef struct _NMIP4Config NMIP4Config;
-typedef struct _NMIP6Config NMIP6Config;
+typedef struct _NMIPConfig NMIPConfig;
typedef struct _NMObject NMObject;
typedef struct _NMRemoteConnection NMRemoteConnection;
typedef struct _NMSecretAgent NMSecretAgent;