add declaration of existing outputIndex... method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20085 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-09-19 23:00:40 +00:00
parent de0c0eb2bb
commit e9f7cbc9ab

View file

@ -57,6 +57,12 @@
ofType: (NSString*)t
inUnit: (NSString*)u
isRef: (BOOL)f;
- (void) outputIndex: (NSString*)type
scope: (NSString*)scope
title: (NSString*)title
style: (NSString*)style
target: (NSString*)target
to: (NSMutableString*)buf;
- (NSString*) outputDocument: (GSXMLNode*)node;
- (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf;
- (void) outputNodeList: (GSXMLNode*)node to: (NSMutableString*)buf;