1
0
forked from GitHub/gf-core

fix in the Python binding

This commit is contained in:
kr.angelov
2013-11-20 09:54:37 +00:00
parent 308421789a
commit 9a2725279e
2 changed files with 6 additions and 1 deletions

View File

@@ -158,6 +158,12 @@ pgf_parse_with_heuristics(PgfConcr* concr, PgfCId cat,
GuExn* err,
GuPool* pool, GuPool* out_pool);
typedef struct {
PgfToken tok;
PgfCId cat;
prob_t prob;
} PgfTokenProb;
GuEnum*
pgf_complete(PgfConcr* concr, PgfCId cat, GuString string,
GuString prefix, GuExn* err, GuPool* pool);