summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_info_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/vst_info_file.h')
-rw-r--r--libs/ardour/ardour/vst_info_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/vst_info_file.h b/libs/ardour/ardour/vst_info_file.h
index f253ab0b4b..b9567dec9f 100644
--- a/libs/ardour/ardour/vst_info_file.h
+++ b/libs/ardour/ardour/vst_info_file.h
@@ -60,6 +60,10 @@ LIBARDOUR_API extern std::vector<VSTInfo*> * vstfx_get_info_lx (char *, enum VST
LIBARDOUR_API extern std::vector<VSTInfo*> * vstfx_get_info_fst (char *, enum VSTScanMode mode = VST_SCAN_USE_APP);
#endif
+#ifdef MACVST_SUPPORT
+LIBARDOUR_API extern std::vector<VSTInfo*> * vstfx_get_info_mac (char *, enum VSTScanMode mode = VST_SCAN_USE_APP);
+#endif
+
#ifndef VST_SCANNER_APP
} // namespace
#endif