summaryrefslogtreecommitdiffstats
path: root/src/sord_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sord_internal.h')
-rw-r--r--src/sord_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sord_internal.h b/src/sord_internal.h
index 7d62e54..8f6f9e8 100644
--- a/src/sord_internal.h
+++ b/src/sord_internal.h
@@ -34,4 +34,7 @@ struct _SordNode {
SordNodeType type; ///< SordNodeType
};
+const char*
+sord_intern_lang(SordWorld world, const char* lang);
+
#endif /* SORD_SORD_INTERNAL_H_ */