X-Git-Url: https://git.saurik.com/apple/objc4.git/blobdiff_plain/7257e56cc9570231fcb1a302702a85f51f9a9790..refs/heads/master:/runtime/objc-cache-old.h diff --git a/runtime/objc-cache-old.h b/runtime/objc-cache-old.h index 5009a40..995e2e3 100644 --- a/runtime/objc-cache-old.h +++ b/runtime/objc-cache-old.h @@ -31,8 +31,9 @@ __BEGIN_DECLS extern IMP _cache_getImp(Class cls, SEL sel); extern Method _cache_getMethod(Class cls, SEL sel, IMP objc_msgForward_internal_imp); +extern void cache_init(void); extern void flush_cache(Class cls); -extern BOOL _cache_fill(Class cls, Method meth, SEL sel); +extern bool _cache_fill(Class cls, Method meth, SEL sel); extern void _cache_addForwardEntry(Class cls, SEL sel); extern IMP _cache_addIgnoredEntry(Class cls, SEL sel); extern void _cache_free(Cache cache);