Rewrite parsing RTF link fields.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2014-06-17 21:06:11 +00:00
parent b48b73ee82
commit c973c719b5
6 changed files with 384 additions and 384 deletions

View file

@ -46,6 +46,9 @@ void GSRTFstart(void *ctxt);
/* seal the parsing process, the context or whatever you want */
void GSRTFstop(void *ctxt);
/* */
int GSRTFgetPosition(void *ctxt);
/*
* those pairing functions enclose RTFBlocks. Use it to capture the
* hierarchical attribute changes of blocks. i.e. attributes of a
@ -147,7 +150,7 @@ void GSRTFNeXTHelpLink(void *ctxt, int num, const char *markername,
/* NeXTHelpMarker */
void GSRTFNeXTHelpMarker(void *ctxt, int num, const char *markername);
void GSRTFaddField (void *ctxt, const char *inst, const char *result);
void GSRTFaddField (void *ctxt, int start, const char *inst);
#endif