Towards fixing AU preset invalidation
[ardour.git] / libs / pbd / pbd / openuri.h
index 8ba6ffca62fd1b943e60be2b016a7d70b7a415bc..f3b8323ed0152f3753668b2526ed30754d747a89 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
@@ -27,6 +27,7 @@
 namespace PBD {
         LIBPBD_API bool open_uri (const char*);
         LIBPBD_API bool open_uri (const std::string&);
+        LIBPBD_API bool open_folder (const std::string&);
 }
 
 #endif