]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/SCDynamicStoreKey.h
configd-53.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / SCDynamicStoreKey.h
index aa76284cbe47f042978a771d5c84fe957124217a..f1cb7f68cb002739cf7d248f3a283e9200480368 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  *
@@ -115,6 +115,31 @@ SCDynamicStoreKeyCreateConsoleUser         (
                                                CFAllocatorRef          allocator
                                                );
 
+/*!
+       @function SCDynamicStoreKeyCreateHostNames
+       @discussion Creates a key that can be used in conjunction with
+               SCDynamicStoreSetNotificationKeys() to receive
+               notifications when the HostNames entity changes.  The
+               HostNames entity contains the LocalHostName.
+       @result A notification string for the HostNames entity.
+*/
+CFStringRef
+SCDynamicStoreKeyCreateHostNames               (
+                                               CFAllocatorRef          allocator
+                                               );
+
+/*!
+       @function SCDynamicStoreKeyCreateLocation
+       @discussion Creates a key that can be used in conjunction with
+               SCDynamicStoreSetNotificationKeys() to receive
+               notifications when the "location" identifier changes.
+       @result A notification string for the current "location" identifier.
+*/
+CFStringRef
+SCDynamicStoreKeyCreateLocation                        (
+                                               CFAllocatorRef          allocator
+                                               );
+
 /*!
        @function SCDynamicStoreKeyCreateProxies
        @discussion Creates a key that can be used by the SCDynamicStoreSetNotificationKeys()