]> git.saurik.com Git - apple/libinfo.git/blobdiff - lookup.subproj/libinfo.h
Libinfo-391.tar.gz
[apple/libinfo.git] / lookup.subproj / libinfo.h
index a2ae50b95c4ded841b445e24aa4db313fe39baeb..477d62597d493c9fd91b4cc65d45309996c1482c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Apple Inc.  All rights reserved.
+ * Copyright (c) 2008-2010 Apple Inc.  All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 
 #include <si_module.h>
 
+/*
+ * SPI to disable / enable modules during Libinfo search.
+ * Currently known module names are "cache", "ds", "file", and "mdns".
+ * Use flag = 0 to disable a module, flag = 1 to enable.
+ */
+void si_search_module_set_flags(const char *name, uint32_t flag);
+
 /*
  * Most of these async callbacks get data that's held in thread-specific
  * memory (specific to the callback thread) that will be re-used by that