From 1e44fdb3d3413709ae635f0fae91ffa4a93a2d9d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 16 Aug 2013 12:44:37 +0000 Subject: fixes in the C and Python API to make them closer to the Haskell API --- src/runtime/c/pgf/pgf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/pgf/pgf.c') diff --git a/src/runtime/c/pgf/pgf.c b/src/runtime/c/pgf/pgf.c index 519dfea4a..dc2ed7290 100644 --- a/src/runtime/c/pgf/pgf.c +++ b/src/runtime/c/pgf/pgf.c @@ -254,8 +254,8 @@ pgf_parse_with_heuristics(PgfConcr* concr, PgfCId cat, PgfLexer *lexer, } GuEnum* -pgf_get_completions(PgfConcr* concr, PgfCId cat, PgfLexer *lexer, - GuString prefix, GuPool* pool) +pgf_complete(PgfConcr* concr, PgfCId cat, PgfLexer *lexer, + GuString prefix, GuPool* pool) { // Begin parsing a sentence of the specified category PgfParseState* state = -- cgit v1.2.3