Paul Davis
6ef5d85ae1
git-svn-id: svn://localhost/ardour2/branches/3.0@6761 d708f5d6-7413-0410-9779-e7cbd77b26cf
9 lines
122 B
C++
9 lines
122 B
C++
#ifndef __libpbd_openuri_h__
|
|
#define __libpbd_openuri_h__
|
|
|
|
namespace PBD {
|
|
bool open_uri (const char*);
|
|
}
|
|
|
|
#endif
|