about summary refs log tree commit diff
path: root/include/NetworkManagerVPN.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/NetworkManagerVPN.h')
-rw-r--r--include/NetworkManagerVPN.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/NetworkManagerVPN.h b/include/NetworkManagerVPN.h
index f4ef93d3..8ee5b9a3 100644
--- a/include/NetworkManagerVPN.h
+++ b/include/NetworkManagerVPN.h
@@ -151,6 +151,9 @@ typedef enum {
 /* string: DNS domain name */
 #define NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN      "domain"
 
+/* array of strings: DNS domain names */
+#define NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS     "domains"
+
 /* string: Login message */
 #define NM_VPN_PLUGIN_IP4_CONFIG_BANNER      "banner"