aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc-private/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc-private/runtime.h')
-rw-r--r--libobjc/objc-private/runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h
index 6794d181513..ff924becd93 100644
--- a/libobjc/objc-private/runtime.h
+++ b/libobjc/objc-private/runtime.h
@@ -74,6 +74,9 @@ extern void class_add_method_list(Class, struct objc_method_list *);
extern void __objc_register_instance_methods_to_class(Class);
extern struct objc_method * search_for_method_in_list(struct objc_method_list * list, SEL op);
+extern void
+__objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /* class.c */
+
/* True when class links has been resolved */
extern BOOL __objc_class_links_resolved;