summaryrefslogtreecommitdiff
path: root/libobjc/objc-private/selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc-private/selector.h')
-rw-r--r--libobjc/objc-private/selector.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libobjc/objc-private/selector.h b/libobjc/objc-private/selector.h
index 0022895d2e1..66413a946fe 100644
--- a/libobjc/objc-private/selector.h
+++ b/libobjc/objc-private/selector.h
@@ -32,6 +32,18 @@ extern "C" {
/* Private runtime functions that may go away or be rewritten or
replaced. */
+/* Number of selectors stored in each of the selector tables. */
+extern unsigned int __objc_selector_max_index;
+
+/* Initialize the selector tables. This must be called by init.c. */
+void __objc_init_selector_tables(void);
+
+/* Various private functions to register selectors. */
+void __objc_register_selectors_from_class(Class);
+void __objc_register_selectors_from_list (struct objc_method_list *);
+void __objc_register_selectors_from_description_list
+(struct objc_method_description_list *method_list);
+
/* Return whether a selector is mapped or not ("mapped" meaning that
it has been inserted into the selector table). This is private as
only the runtime should ever encounter or need to know about