]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/SCDPlugin.h
configd-204.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / SCDPlugin.h
index 9aa8f1dfaf781c118871e1c4faf1a415dcc78693..f64ac1314070041ed97aecf9f0382cab66603e0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
  */
@@ -89,7 +95,7 @@ typedef void  (*SCDynamicStoreBundleStartFunction)    (const char     *bundleName,
                be used to initialize any configuration information and/or state
                in the store.
  */
-typedef void   (*SCDynamicStoreBundlePrimeFunction)    ();
+typedef void   (*SCDynamicStoreBundlePrimeFunction)    (void);
 
 
 /*!