summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index f5207d42..6bbc4afd 100644
--- a/parse.h
+++ b/parse.h
@@ -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.
*/