]> git.saurik.com Git - apple/configd.git/blobdiff - Plugins/IPMonitor/proxy-configuration.h
configd-963.200.27.tar.gz
[apple/configd.git] / Plugins / IPMonitor / proxy-configuration.h
index c03d9e4ff2f9864dbc92e02eb335b64b9a7095c0..39b02dd2ba7ba8538e4d9771314289909b3787b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2011-2013, 2016 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #include <sys/cdefs.h>
 #include <CoreFoundation/CoreFoundation.h>
 
+
+extern CFBooleanRef    G_supplemental_proxies_follow_dns;
+
+
 __BEGIN_DECLS
 
-void           proxy_configuration_init        (CFBundleRef            bundle);
+void
+proxy_configuration_init       (CFBundleRef            bundle);
 
 
-CFDictionaryRef        proxy_configuration_update      (CFDictionaryRef        defaultProxy,
-                                                CFDictionaryRef        services,
-                                                CFArrayRef             serviceOrder);
+CF_RETURNS_RETAINED CFDictionaryRef
+proxy_configuration_update     (CFDictionaryRef        defaultProxy,
+                                CFDictionaryRef        services,
+                                CFArrayRef             serviceOrder,
+                                CFDictionaryRef        servicesInfo);
 
 __END_DECLS