mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:07:38 +00:00
Extended RTF support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93096a641b
commit
9dc5eb4326
7 changed files with 537 additions and 264 deletions
|
@ -60,4 +60,9 @@ typedef enum {
|
|||
|
||||
void lexInitContext(RTFscannerCtxt *lctxt, void *customContext, int (*getcharFunction)());
|
||||
|
||||
/* external symbols from the grammer */
|
||||
/*int GSRTFparse(void *ctxt, RTFscannerCtxt *lctxt);*/
|
||||
int GSRTFparse(void *ctxt, void *lctxt);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue