Update of parser

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-04-23 22:28:46 +00:00
parent 6609cdb20d
commit 2620ecba17
7 changed files with 992 additions and 345 deletions

View file

@ -32,4 +32,8 @@
/* external symbols from the grammer */
int GSRTFparse(void *ctxt, RTFscannerCtxt *lctxt);
BOOL parseRTFintoAttributedString(NSString *rtfString,
NSMutableAttributedString *result,
NSDictionary **dict);
#endif