13
0

Add history_suffix to ardour/filename_extensions.cc

git-svn-id: svn://localhost/ardour2/trunk@2430 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-09-09 10:04:47 +00:00
parent 7e0f100069
commit 82a7819518
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ extern const char* const pending_suffix;
extern const char* const peakfile_suffix;
extern const char* const backup_suffix;
extern const char* const temp_suffix;
extern const char* const history_suffix;
}

View File

@ -10,5 +10,6 @@ const char* const pending_suffix = X_(".pending");
const char* const peakfile_suffix = X_(".peak");
const char* const backup_suffix = X_(".bak");
const char* const temp_suffix = X_(".tmp");
const char* const history_suffix = X_(".history");
}