From d34910b12860eb080b1a519f441946cbc378f769 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 22 Oct 2014 13:48:18 -0400 Subject: 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. --- libnm/nm-types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libnm/nm-types.h') 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; -- cgit v1.2.1