]> git.saurik.com Git - apple/configd.git/blobdiff - configd.tproj/_SCD.h
configd-453.16.tar.gz
[apple/configd.git] / configd.tproj / _SCD.h
index 4b0ea50b511a79aa184ac8a8840c5efdad9b09cf..bcc94e4bc6f1af3b9c854c49c71b6e1cedf33c88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2001, 2003, 2004, 2006, 2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2003, 2004, 2006, 2009, 2011 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -77,7 +77,6 @@
 #define        kSCDSessionKeys CFSTR("sessionKeys")
 
 
-extern int                     storeLocked;
 extern CFMutableDictionaryRef  storeData;
 extern CFMutableDictionaryRef  sessionData;
 extern CFMutableDictionaryRef  patternData;
@@ -86,12 +85,6 @@ extern CFMutableSetRef               deferredRemovals;
 extern CFMutableSetRef         removedSessionKeys;
 extern CFMutableSetRef         needsNotification;
 
-extern CFMutableDictionaryRef  storeData_s;
-extern CFMutableDictionaryRef  patternData_s;
-extern CFMutableSetRef         changedKeys_s;
-extern CFMutableSetRef         deferredRemovals_s;
-extern CFMutableSetRef         removedSessionKeys_s;
-
 
 __BEGIN_DECLS
 
@@ -99,16 +92,10 @@ int
 __SCDynamicStoreOpen                   (SCDynamicStoreRef      *store,
                                         CFStringRef            name);
 int
-__SCDynamicStoreClose                  (SCDynamicStoreRef      *store,
-                                        Boolean                internal);
+__SCDynamicStoreClose                  (SCDynamicStoreRef      *store);
 
 int
-__SCDynamicStoreLock                   (SCDynamicStoreRef      store,
-                                        Boolean                recursive);
-
-int
-__SCDynamicStoreUnlock                 (SCDynamicStoreRef      store,
-                                        Boolean                recursive);
+__SCDynamicStorePush                   (void);
 
 int
 __SCDynamicStoreCopyKeyList            (SCDynamicStoreRef      store,
@@ -119,8 +106,7 @@ __SCDynamicStoreCopyKeyList         (SCDynamicStoreRef      store,
 int
 __SCDynamicStoreAddValue               (SCDynamicStoreRef      store,
                                         CFStringRef            key,
-                                        CFDataRef              value,
-                                        Boolean                internal);
+                                        CFDataRef              value);
 
 int
 __SCDynamicStoreCopyValue              (SCDynamicStoreRef      store,
@@ -151,10 +137,6 @@ __SCDynamicStoreRemoveValue                (SCDynamicStoreRef      store,
                                         CFStringRef            key,
                                         Boolean                internal);
 
-int
-__SCDynamicStoreTouchValue             (SCDynamicStoreRef      store,
-                                        CFStringRef            key);
-
 int
 __SCDynamicStoreNotifyValue            (SCDynamicStoreRef      store,
                                         CFStringRef            key,
@@ -202,9 +184,6 @@ __SCDynamicStoreNotifySignal                (SCDynamicStoreRef      store,
 int
 __SCDynamicStoreNotifyCancel           (SCDynamicStoreRef      store);
 
-void
-_swapLockedStoreData                   (void);
-
 void
 _addWatcher                            (CFNumberRef            sessionNum,
                                         CFStringRef            watchedKey);