Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / filename_extensions.h
index c0725932fa7b468eafede02d0bc04e666814c2e0..a664e0f83bf3313b3888a49cd9e839a53403faee 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -34,6 +34,8 @@ namespace ARDOUR {
        LIBARDOUR_API extern const char* const history_suffix;
        LIBARDOUR_API extern const char* const export_preset_suffix;
        LIBARDOUR_API extern const char* const export_format_suffix;
+       LIBARDOUR_API extern const char* const session_archive_suffix;
+       LIBARDOUR_API extern const char* const template_archive_suffix;
 
 }