Ardour  9.0-pre0-582-g084a23a80d
filename_extensions.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2007 Tim Mayberry <mojofunk@gmail.com>
3  * Copyright (C) 2008-2015 Paul Davis <paul@linuxaudiosystems.com>
4  * Copyright (C) 2017 Robin Gareus <robin@gareus.org>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 
22 #pragma once
23 
25 
26 namespace ARDOUR {
27 
28  LIBARDOUR_API extern const char* const template_suffix;
29  LIBARDOUR_API extern const char* const statefile_suffix;
30  LIBARDOUR_API extern const char* const pending_suffix;
31  LIBARDOUR_API extern const char* const peakfile_suffix;
32  LIBARDOUR_API extern const char* const backup_suffix;
33  LIBARDOUR_API extern const char* const temp_suffix;
34  LIBARDOUR_API extern const char* const history_suffix;
35  LIBARDOUR_API extern const char* const export_preset_suffix;
36  LIBARDOUR_API extern const char* const export_format_suffix;
37  LIBARDOUR_API extern const char* const session_archive_suffix;
38  LIBARDOUR_API extern const char* const template_archive_suffix;
39  LIBARDOUR_API extern const char* const midi_map_suffix;
40  LIBARDOUR_API extern const char* const advanced_authoring_format_suffix;
41 }
42 
#define LIBARDOUR_API
const char *const history_suffix
const char *const temp_suffix
const char *const peakfile_suffix
const char *const statefile_suffix
const char *const session_archive_suffix
const char *const backup_suffix
const char *const template_suffix
const char *const export_format_suffix
const char *const midi_map_suffix
const char *const template_archive_suffix
const char *const export_preset_suffix
const char *const pending_suffix
const char *const advanced_authoring_format_suffix