summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-12-12 13:44:37 +0100
committerThomas Haller <thaller@redhat.com>2015-02-03 13:01:53 +0100
commit86ac1ad7bd185e7d8838676bde74458719833ca2 (patch)
treebecdf801b7fc0f7d2a0529c8de3a2d26c68d3f1d /src/nm-types.h
parent3ed4aa271aa7db403a0dcaf8548a9b0c72b805fe (diff)
downloadNetworkManager-86ac1ad7bd185e7d8838676bde74458719833ca2.tar.gz
config: forward declare NMConfig in nm-types.h
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 73a11e7567..bbdfce9b79 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -26,6 +26,7 @@ typedef struct _NMActiveConnection NMActiveConnection;
typedef struct _NMVpnConnection NMVpnConnection;
typedef struct _NMActRequest NMActRequest;
typedef struct _NMAuthSubject NMAuthSubject;
+typedef struct _NMConfig NMConfig;
typedef struct _NMConnectionProvider NMConnectionProvider;
typedef struct _NMConnectivity NMConnectivity;
typedef struct _NMDBusManager NMDBusManager;