Changeset 2107
- Timestamp:
- 06/14/09 15:51:06 (15 months ago)
- Files:
-
- 1 modified
-
trunk/slv2/src/plugin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/slv2/src/plugin.c
r2105 r2107 232 232 } 233 233 234 typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_ Dyn_Manifest_Feature *const *);234 typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_Feature *const *); 235 235 OpenFunc open_func = (OpenFunc)dlsym(lib, "lv2_dyn_manifest_open"); 236 236 LV2_Dyn_Manifest_Handle handle = NULL;
