selected Stripables now have a counter to indicate the order they were selected in
[ardour.git] / libs / ardour / ardour / session_utils.h
index 870f3daaa72a2e1d9c1958e6da188ae15fe660a1..5c37a749a2d63ef9ee53f2d18d162dfebeaa10ea 100644 (file)
@@ -28,6 +28,8 @@
 namespace ARDOUR {
 
        LIBARDOUR_API extern int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
+       LIBARDOUR_API extern int inflate_session (const std::string& zipfile, const std::string& target_dir, std::string& path, std::string& snapshot);
+       LIBARDOUR_API extern std::string inflate_error (int);
 
 };