diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 05:23:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 05:23:45 +0000 |
commit | ea4087e0029c4f6c6f80716b50ddf60120598b1b (patch) | |
tree | ba9294615965a89001baa8a2aef3f85a621105cd /src/slv2_internal.h | |
parent | b2789940c700c882bf59eedac74487db54a0b3d5 (diff) | |
download | lilv-ea4087e0029c4f6c6f80716b50ddf60120598b1b.tar.gz lilv-ea4087e0029c4f6c6f80716b50ddf60120598b1b.tar.bz2 lilv-ea4087e0029c4f6c6f80716b50ddf60120598b1b.zip |
Update for uint8_t sord API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2907 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 6725a67..1c87a5e 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -320,7 +320,7 @@ SLV2Values slv2_values_from_stream_i18n(SLV2Plugin p, char* slv2_strjoin(const char* first, ...); const char* slv2_get_lang(); -char* slv2_qname_expand(SLV2Plugin p, const char* qname); +uint8_t* slv2_qname_expand(SLV2Plugin p, const char* qname); /* ********* Dynamic Manifest ********* */ #ifdef SLV2_DYN_MANIFEST |