From 1af5b8f5538910672abbc5bfd882c95c2c75084e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sun, 19 Dec 2010 00:28:52 +0000 Subject: In libobjc/: 2010-12-19 Nicola Pero In libobjc/: 2010-12-19 Nicola Pero * init.c: Include objc-private/selector.h. Do not declare __sel_register_typed_name. * objc-private/selector.h (__sel_register_typed_name): Declare. * selector.c: Include objc-private/selector.h. From-SVN: r168039 --- libobjc/objc-private/selector.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libobjc/objc-private') diff --git a/libobjc/objc-private/selector.h b/libobjc/objc-private/selector.h index a0986b5..0022895 100644 --- a/libobjc/objc-private/selector.h +++ b/libobjc/objc-private/selector.h @@ -45,6 +45,10 @@ BOOL sel_is_mapped (SEL aSel); SEL sel_get_any_uid (const char *name); +SEL +__sel_register_typed_name (const char *name, const char *types, + struct objc_selector *orig, BOOL is_const); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.1