]> git.saurik.com Git - apple/objc4.git/blobdiff - runtime/objc-cache-old.h
objc4-818.2.tar.gz
[apple/objc4.git] / runtime / objc-cache-old.h
index 7f0245e7918aea7dbbcde84118aab50f3ec4748c..995e2e34278868365bdc164294e76a3065fefded 100644 (file)
@@ -31,6 +31,7 @@ __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 void _cache_addForwardEntry(Class cls, SEL sel);