summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/pgf.h
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2022-07-16 20:29:36 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2022-07-16 20:29:36 +0200
commita42cec21071de72806bedd2fac985fe2a1356db3 (patch)
tree4361ffcc563e62e5da5700c8844b5fbfa8d3844c /src/runtime/c/pgf/pgf.h
parent4d446fcd3f9a252462c06049a15d4c4244f77f04 (diff)
support for BIND tokens in the Python bindings
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
-rw-r--r--src/runtime/c/pgf/pgf.h3
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;