summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ardour.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-23 18:31:55 +0100
committerRobin Gareus <robin@gareus.org>2015-03-23 18:31:55 +0100
commit53ac99a26ad5e16406dd203445d578ded913f6a9 (patch)
treedee97a659f55b2fec4f875d2144781ea752ef313 /libs/ardour/ardour/ardour.h
parenta09e942eeca9c0b2be808ee9492808fe7b377577 (diff)
rework check for old configuration files
check early on (before announcement-check, bundle- env and ARDOUR_UI ctor have a chance to create the new config dir)
Diffstat (limited to 'libs/ardour/ardour/ardour.h')
-rw-r--r--libs/ardour/ardour/ardour.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/ardour.h b/libs/ardour/ardour/ardour.h
index 3865ce6ece..8be99a4aba 100644
--- a/libs/ardour/ardour/ardour.h
+++ b/libs/ardour/ardour/ardour.h
@@ -88,7 +88,8 @@ namespace ARDOUR {
* action, and return true or false depending on whether or not the
* copy should take place.
*/
- LIBARDOUR_API int check_for_old_configuration_files (boost::function<bool (std::string const&, std::string const&, int)> ui_handler);
+ LIBARDOUR_API void check_for_old_configuration_files ();
+ LIBARDOUR_API int handle_old_configuration_files (boost::function<bool (std::string const&, std::string const&, int)> ui_handler);
}
#endif /* __ardour_ardour_h__ */