mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 06:28:53 +08:00
(__objc_register_instance_methods_to_class): New function.
Add missing function prototypes. From-SVN: r14308
This commit is contained in:
parent
73845be11e
commit
61f77e446b
@ -56,6 +56,10 @@ extern int __objc_fini_thread_system(void); /* thread.c */
|
||||
|
||||
extern void class_add_method_list(Class, MethodList_t);
|
||||
|
||||
/* Registering instance methods as class methods for root classes */
|
||||
extern void __objc_register_instance_methods_to_class(Class);
|
||||
extern Method_t search_for_method_in_list(MethodList_t list, SEL op);
|
||||
|
||||
/* True when class links has been resolved */
|
||||
extern BOOL __objc_class_links_resolved;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user