]> git.saurik.com Git - apple/configd.git/blobdiff - configd.tproj/configd.h
configd-453.16.tar.gz
[apple/configd.git] / configd.tproj / configd.h
index ce441fa1b065ac9d8c41b2a68ae32a9d416038de..0a6b13c8c2de784593b57945e184d134bb95ab4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2001, 2003, 2006, 2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2003, 2006, 2007, 2011 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -53,6 +53,7 @@
 
 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 */