diff options
author | David Robillard <d@drobilla.net> | 2009-06-16 23:09:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-16 23:09:09 +0000 |
commit | 933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4 (patch) | |
tree | ee1c3b782879b3482948642da9b6f00187a57688 /src/world.c | |
parent | 573146f927337d29ae7cb874f7b16aa5a3e8d0d4 (diff) | |
download | lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.tar.gz lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.tar.bz2 lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.zip |
Remove lv2_dyn_manifest.h from slv2 source tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2121 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c index 1844666..35d006f 100644 --- a/src/world.c +++ b/src/world.c @@ -207,6 +207,7 @@ slv2_world_load_bundle(SLV2World world, SLV2Value bundle_uri) manifest_model); #ifdef SLV2_DYN_MANIFEST + typedef void* LV2_Dyn_Manifest_Handle; LV2_Dyn_Manifest_Handle handle = NULL; const unsigned char* const query_str = (const unsigned char* const) |