summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2014-09-27 09:03:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-01-26 13:05:06 +0100
commit0d59984ce837581ff78ce747d1fcf6e393b6beb5 (patch)
treedeecc83d6a3795814cef782a45f0e9cb6bccace2 /src/nm-types.h
parent2d08e701a02e857f7301736f6f528cb149db32c2 (diff)
downloadNetworkManager-0d59984ce837581ff78ce747d1fcf6e393b6beb5.tar.gz
core: Add NMUtilsIPv6IfaceId to nm-types.h
We'd like to use it in nm-platform.h, but it's included by NetworkManagerUtils.h before the declaration occurs.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 4a93567e11..73a11e7567 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -111,4 +111,7 @@ typedef struct _NMSecretAgent NMSecretAgent;
typedef struct _NMSettings NMSettings;
typedef struct _NMSettingsConnection NMSettingsConnection;
+/* utils */
+typedef struct _NMUtilsIPv6IfaceId NMUtilsIPv6IfaceId;
+
#endif /* NM_TYPES_H */