changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
[ardour.git] / libs / pbd / pbd / openuri.h
diff --git a/libs/pbd/pbd/openuri.h b/libs/pbd/pbd/openuri.h
new file mode 100644 (file)
index 0000000..34b8da4
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __libpbd_openuri_h__
+#define __libpbd_openuri_h__
+
+namespace PBD {
+        bool open_uri (const char*);
+}
+
+#endif