summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 01:00:09 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 01:00:09 +0200
commit065ea00d5c861411b5aaa41f29bd69a9f30e3ef3 (patch)
tree4d73d1305c8ae8031f5091d38b0c36f526c99f2a /MLKCons.h
parentb3be10fa461a52b3ca774ad2a25162d0fc830cda (diff)
Implement most of the MLKForm class cluster.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index f2fee99..eb6b2bd 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -42,6 +42,7 @@
-(void) appendObject:(id)object;
-(MLKCons *) listByAppendingObject:(id)object;
-(MLKCons *) copyList;
+-(int) length;
-(NSString *) bareDescriptionForLisp; // description without
// parentheses, for internal use