diff options
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
| -rw-r--r-- | src/runtime/c/pgf/parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/parser.h b/src/runtime/c/pgf/parser.h index 8c9839298..9fae0a565 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -66,6 +66,10 @@ pgf_parser_next_state(PgfParseState* prev, PgfToken tok); * the pool used to create \parse. */ +GuEnum* +pgf_parser_completions(PgfParseState* prev, GuString prefix, + GuPool* pool); + void pgf_parser_set_beam_size(PgfParseState* state, double beam_size); |
