major internal plugin & processor API change:
[ardour.git] / libs / ardour / ardour / session_utils.h
index ab24e976b28edd40ee7dc7cbb0fc768f37285378..870f3daaa72a2e1d9c1958e6da188ae15fe660a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 #include <string>
 
+#include "ardour/libardour_visibility.h"
+
 namespace ARDOUR {
 
-int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
+       LIBARDOUR_API extern int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
 
 };