/*
- * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004, 2006 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#define kSCBundleRequiresKey CFSTR("Requires")
+/*
+ @defined kSCBundleEnabledKey
+ */
+#define kSCBundleEnabledKey CFSTR("Enabled")
+
+
/*
@defined kSCBundleVerboseKey
*/
be used to initialize any configuration information and/or state
in the store.
*/
-typedef void (*SCDynamicStoreBundlePrimeFunction) ();
+typedef void (*SCDynamicStoreBundlePrimeFunction) (void);
/*!