summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_utils.h
blob: 8aa4505fe5020f0e756d8ec994e28b070651348a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef __ardour_session_utils_h__
#define __ardour_session_utils_h__

#include <string>

namespace ARDOUR {

using std::string;

int find_session (string str, string& path, string& snapshot, bool& isnew);

};

#endif