diff options
Diffstat (limited to 'src/sord_internal.h')
-rw-r--r-- | src/sord_internal.h | 3 |
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_ */ |