changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
[ardour.git] / libs / pbd / pbd / openuri.h
1 #ifndef __libpbd_openuri_h__
2 #define __libpbd_openuri_h__
3
4 namespace PBD {
5         bool open_uri (const char*);
6 }
7
8 #endif