NO-OP: whitespace
[ardour.git] / libs / ardour / ardour / vst_info_file.h
index f253ab0b4b784beed5e255b1de18ed7f415605a5..b9567dec9fd0b9d7ef623f01cf4823b8d344153b 100644 (file)
@@ -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