summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/pgf.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-08-16 12:54:16 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-08-16 12:54:16 +0000
commit662a35bbb3724edab3647937411a079f52bd59c6 (patch)
tree9eb57d63e20a63c975d3217b130b69d1d27d8b94 /src/runtime/c/pgf/pgf.h
parent1e44fdb3d3413709ae635f0fae91ffa4a93a2d9d (diff)
provide API to access the language code for the concrete language
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
-rw-r--r--src/runtime/c/pgf/pgf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h
index fe86373cf..a575a5188 100644
--- a/src/runtime/c/pgf/pgf.h
+++ b/src/runtime/c/pgf/pgf.h
@@ -95,6 +95,9 @@ pgf_get_language(PgfPGF*, PgfCId lang);
GuString
pgf_concrete_name(PgfConcr*);
+GuString
+pgf_language_code(PgfConcr* concr);
+
void
pgf_iter_categories(PgfPGF* pgf, GuMapItor* fn, GuExn* err);