diff options
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -42,6 +42,12 @@ struct rsParsObject }; typedef struct rsParsObject rsParsObj; + +/* BEGIN "inline"-like functions */ +/* END "inline"-like functions */ + +int rsParsGetParsePointer(rsParsObj *pThis); + /** * Construct a rsPars object. */ |