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

#ifndef __ardour_session_utils_h__
#define __ardour_session_utils_h__

#include <string>

namespace ARDOUR {

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

};

#endif