X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fopts.h;h=fdf29157d2d17ffdbecca8d33e3589570ad7f33d;hb=6a52dc321954b3d65ee9840bef08fe3c047d8850;hp=0516c3aa98c11543b292ee23523dbe1ca589243d;hpb=fe49c8de182d40528a27b84d5530698f438de51d;p=ardour.git diff --git a/gtk2_ardour/opts.h b/gtk2_ardour/opts.h index 0516c3aa98..fdf29157d2 100644 --- a/gtk2_ardour/opts.h +++ b/gtk2_ardour/opts.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001 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 the Free Software Foundation; either version 2 of the License, or @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_opts_h__ @@ -23,20 +22,26 @@ #include -using std::string; - -namespace GTK_ARDOUR { +namespace ARDOUR_COMMAND_LINE { -extern string session_name; +extern std::string session_name; extern bool show_key_actions; extern bool no_splash; extern bool just_version; -extern string jack_client_name; +extern std::string backend_client_name; +extern std::string backend_session_uuid; extern bool use_vst; extern bool new_session; extern char* curvetest_file; extern bool try_hw_optimization; +extern bool no_connect_ports; extern bool use_gtk_theme; +extern std::string keybindings_path; +extern std::string menus_file; +extern bool finder_invoked_ardour; +extern std::string immediate_save; +extern std::string load_template; +extern bool check_announcements; extern int32_t parse_opts (int argc, char *argv[]);