summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
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 {