mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 17:30:09 +01:00
l3cfg: forward declare NML3ConfigData in "nm-types.h"
This commit is contained in:
parent
60ad076094
commit
37e5ebbf70
2 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ typedef enum {
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
typedef struct _NML3ConfigData NML3ConfigData;
|
||||
|
||||
typedef struct {
|
||||
const NML3ConfigData *l3cd;
|
||||
NML3ConfigMergeFlags merge_flags;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue