Commit 682d0171 by Richard Kenner

objc-api.h (sel_get_any_typed_uid): Declare new function.

From-SVN: r10234
parent 8b4d4a9d
...@@ -334,6 +334,8 @@ SEL sel_get_uid(const char *name); ...@@ -334,6 +334,8 @@ SEL sel_get_uid(const char *name);
SEL sel_get_any_uid(const char *name); SEL sel_get_any_uid(const char *name);
SEL sel_get_any_typed_uid(const char *name);
SEL sel_get_typed_uid(const char *name, const char*); SEL sel_get_typed_uid(const char *name, const char*);
SEL sel_register_name(const char *name); SEL sel_register_name(const char *name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment