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, 1 insertions, 3 deletions
diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h
index b47ab17..d2f5e76 100644
--- a/Objective-C/libobjcl.h
+++ b/Objective-C/libobjcl.h
@@ -51,9 +51,7 @@ objcl_invoke_method (OBJCL_OBJ_DATA receiver,
...);
id
-objcl_invoke_with_types (void *receiver,
- SEL method_selector,
- int argc,
+objcl_invoke_with_types (int argc,
char *return_typespec,
char *arg_typespecs[],
void *return_value,