X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/791b08356c62be042d56dd05c1cc0ace4b068c53..edebe297f772e4cdd76278ebb777820466d2917b:/SystemConfiguration.fproj/SCDPlugin.h diff --git a/SystemConfiguration.fproj/SCDPlugin.h b/SystemConfiguration.fproj/SCDPlugin.h index 9aa8f1d..f64ac13 100644 --- a/SystemConfiguration.fproj/SCDPlugin.h +++ b/SystemConfiguration.fproj/SCDPlugin.h @@ -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@ * @@ -42,6 +42,12 @@ #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); /*!