X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/1a2907aabfebd6237767824a531b603e3e978a05..e44d8d4788e2d885e241421ea37bede402a874fe:/lookup.subproj/libinfo.h diff --git a/lookup.subproj/libinfo.h b/lookup.subproj/libinfo.h index a2ae50b..477d625 100644 --- a/lookup.subproj/libinfo.h +++ b/lookup.subproj/libinfo.h @@ -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@ * @@ -23,6 +23,13 @@ #include +/* + * 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