summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorAtul Anand <atulhjp@gmail.com>2016-08-16 05:55:56 +0530
committerThomas Haller <thaller@redhat.com>2016-10-04 11:44:13 +0200
commitecfcdbda46a798f477612eb82fdaf9042a7c459e (patch)
treee4bcb4c20f98213e39862b7826d7fbcbb2f3533e /src/nm-types.h
parent2a40112ebe9e153f7431e817a0c5f6229e642215 (diff)
downloadNetworkManager-ecfcdbda46a798f477612eb82fdaf9042a7c459e.tar.gz
src:(proxy): A new Object NMProxyConfig with Proxy Parameters
A new config object NMProxyConfig has been implemented inside core which contains proxy parameters.
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 8d8c02af61..5b21fb27db 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -42,6 +42,7 @@ typedef struct _NMDefaultRouteManager NMDefaultRouteManager;
typedef struct _NMDevice NMDevice;
typedef struct _NMDhcp4Config NMDhcp4Config;
typedef struct _NMDhcp6Config NMDhcp6Config;
+typedef struct _NMProxyConfig NMProxyConfig;
typedef struct _NMIP4Config NMIP4Config;
typedef struct _NMIP6Config NMIP6Config;
typedef struct _NMManager NMManager;