]> git.saurik.com Git - apple/configd.git/blobdiff - configd.tproj/configd.h
configd-699.1.5.tar.gz
[apple/configd.git] / configd.tproj / configd.h
index 0a6b13c8c2de784593b57945e184d134bb95ab4b..15e251cfdd1ef3a0708b364b3664239fb890e036 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2001, 2003, 2006, 2007, 2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2003, 2006, 2007, 2011, 2013 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -55,7 +55,6 @@ extern Boolean                _configd_verbose;       /* TRUE if verbose logging enabled */
 extern FILE            *_configd_trace;        /* non-NULL if tracing enabled */
 extern CFMutableSetRef _plugins_allowed;       /* bundle identifiers to allow when loading */
 extern CFMutableSetRef _plugins_exclude;       /* bundle identifiers to exclude from loading */
-extern Boolean         _plugins_fork;          /* TRUE if plugins should be exec'd in their own process */
 extern CFMutableSetRef _plugins_verbose;       /* bundle identifiers to enable verbose logging */
 
 __BEGIN_DECLS