l3cfg: forward declare NML3ConfigData in "nm-types.h"

This commit is contained in:
Thomas Haller
2020-07-31 13:21:26 +02:00
parent 60ad076094
commit 37e5ebbf70
2 changed files with 1 additions and 2 deletions

View File

@@ -63,8 +63,6 @@ typedef enum {
/*****************************************************************************/
typedef struct _NML3ConfigData NML3ConfigData;
typedef struct {
const NML3ConfigData *l3cd;
NML3ConfigMergeFlags merge_flags;

View File

@@ -24,6 +24,7 @@ typedef struct _NMConfig NMConfig;
typedef struct _NMConfigData NMConfigData;
typedef struct _NMConnectivity NMConnectivity;
typedef struct _NML3Cfg NML3Cfg;
typedef struct _NML3ConfigData NML3ConfigData;
typedef struct _NMDevice NMDevice;
typedef struct _NMDhcpConfig NMDhcpConfig;
typedef struct _NMProxyConfig NMProxyConfig;