diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 6ff269e00..52aa8420b 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -251,7 +251,8 @@ typedef struct { PGF_API_DECL GuEnum* pgf_complete(PgfConcr* concr, PgfType* type, GuString string, - GuString prefix, GuExn* err, GuPool* pool); + GuString prefix, bool prefix_bind, + GuExn* err, GuPool* pool); typedef struct PgfLiteralCallback PgfLiteralCallback; |
