From 0a587207161a7f5d556c1f8a165938770f73fd78 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 18 Feb 2008 23:08:35 +0100 Subject: Fix Objective-C class registration. darcs-hash:03e58bd27621a0bf46f05cc1ee733da1c7ab1170 --- Objective-C/libobjcl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index bda201b..e7194a5 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -46,6 +46,14 @@ typedef struct objc_ivar *IVAR_T; #endif +struct ObjCLMethod +{ + SEL method_name; + char *signature; + IMP imp; +}; + + extern NSException *objcl_oom_exception; extern id objcl_current_exception; extern NSRecursiveLock *objcl_current_exception_lock; -- cgit v1.2.3