summaryrefslogtreecommitdiffstats
path: root/src/sord_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-27 21:21:27 +0000
committerDavid Robillard <d@drobilla.net>2011-04-27 21:21:27 +0000
commita57e86686e3143bd6e0873264a12a04cf7e9939d (patch)
treed3294898225e36512db4d4e75cab33ea80b7dc2c /src/sord_internal.h
parentdb07db58db6d83f008a4714a238a99f7f4855c9a (diff)
downloadsord-a57e86686e3143bd6e0873264a12a04cf7e9939d.tar.gz
sord-a57e86686e3143bd6e0873264a12a04cf7e9939d.tar.bz2
sord-a57e86686e3143bd6e0873264a12a04cf7e9939d.zip
Fix memory leaks.
git-svn-id: http://svn.drobilla.net/sord/trunk@88 3d64ff67-21c5-427c-a301-fe4f08042e5a
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_ */