From 3329eeafa1f08c5b9d410e57f761011d2e1ac1d6 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 7 Aug 2008 14:21:27 +0200 Subject: Centralise declaration and documentation string handling. --- MLKCons.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'MLKCons.h') diff --git a/MLKCons.h b/MLKCons.h index 2d9f31b..3d17ff5 100644 --- a/MLKCons.h +++ b/MLKCons.h @@ -37,14 +37,19 @@ -(void) setCar:(id)value; -(void) setCdr:(id)value; --(NSArray *)array; +-(NSArray *) array; --(NSString *)bareDescriptionForLisp; // description without - // parentheses, for internal use - // only --(NSString *)descriptionForLisp; +-(void) appendObject:(id)object; +-(MLKCons *) listByAppendingObject:(id)object; +-(MLKCons *) copyList; + +-(NSString *) bareDescriptionForLisp; // description without + // parentheses, for internal use + // only +-(NSString *) descriptionForLisp; -(id) copyWithZone:(NSZone *)zone; +-(BOOL) isEqual:(id)object; -(void) dealloc; @end -- cgit v1.2.3