summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 09:52:21 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 11:18:00 +0200
commit1403d34fca93ee75a84347fd838506539fb20625 (patch)
tree24e6655494c3f6688d60f6cedf9ccd5dc405813c /src/lilv_internal.h
parentb788af9d049c43b274befc8424a487515d122b0b (diff)
downloadlilv-1403d34fca93ee75a84347fd838506539fb20625.tar.gz
lilv-1403d34fca93ee75a84347fd838506539fb20625.tar.bz2
lilv-1403d34fca93ee75a84347fd838506539fb20625.zip
Add option to override LV2_PATH in applications
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index 2f95a59..da38d05 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -146,8 +146,9 @@ struct LilvInstancePimpl {
};
typedef struct {
- bool dyn_manifest;
- bool filter_language;
+ bool dyn_manifest;
+ bool filter_language;
+ char* lv2_path;
} LilvOptions;
struct LilvWorldImpl {