summaryrefslogtreecommitdiff
path: root/MLKCompiledClosure.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 18:42:30 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 22:01:39 +0200
commit79abb06fbce7ee8f72556ededeee3eb88baf2fc8 (patch)
tree20bd46e1d999b0e505423b41786d6e1f8df114b2 /MLKCompiledClosure.h
parent69d20805fb9c361f2011f24e4c47288d678a995a (diff)
MLKCompiledClosure: Add accessors.
Diffstat (limited to 'MLKCompiledClosure.h')
-rw-r--r--MLKCompiledClosure.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKCompiledClosure.h b/MLKCompiledClosure.h
index 7df6c68..772f29c 100644
--- a/MLKCompiledClosure.h
+++ b/MLKCompiledClosure.h
@@ -46,5 +46,8 @@
-(NSString *) description;
-(NSString *) descriptionForLisp;
+-(id (*)()) code;
+-(void *) closureData;
+
-(void) dealloc;
@end