diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 8fdc52b62..b40284a42 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -208,6 +208,12 @@ pgf_parse_with_heuristics(PgfConcr* concr, PgfType* typ, GuExn* err, GuPool* pool, GuPool* out_pool); +typedef struct { + size_t start; + size_t end; + GuString field; +} PgfParseRange; + typedef struct PgfOracleCallback PgfOracleCallback; struct PgfOracleCallback { |
