summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/libobjcl.h')
-rw-r--r--Objective-C/libobjcl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h
index 4a7137e..cca5d12 100644
--- a/Objective-C/libobjcl.h
+++ b/Objective-C/libobjcl.h
@@ -70,6 +70,7 @@ objcl_shutdown_runtime (void);
id
objcl_invoke_with_types (int argc,
+ Class superclass_for_send_super,
char *return_typespec,
char *arg_typespecs[],
void *return_value,
@@ -105,7 +106,8 @@ objcl_selector_name (SEL selector);
IMP
objcl_get_method_implementation (id object,
- SEL selector);
+ SEL selector,
+ Class superclass_for_send_super);
BOOL
objcl_object_is_class (id obj);