summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index c727c39..d343e3f 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -34,5 +34,10 @@
-(void) setCar:(id)value;
-(void) setCdr:(id)value;
+-(NSString *)bareDescriptionForLisp; // description without
+ // parentheses, for internal use
+ // only
+-(NSString *)descriptionForLisp;
+
-(void) dealloc;
@end