Add a couple of visibility specifiers that were missing
[ardour.git] / libs / pbd / pbd / mountpoint.h
index 86ccc581901aa701bbed8b59585873084a5920cf..3500f8a4ca80815e64a5c8bf4fbd6069669c044a 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __pbd_mountpoint_h__
@@ -23,6 +22,8 @@
 
 #include <string>
 
-std::string mountpoint (std::string path);
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API std::string mountpoint (std::string path);
 
 #endif // __pbd_mountpoint_h__