X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fopts.h;h=b68e539a9b382d43e7fadaab28cc17958a27915b;hb=2292e33ee418070c4d12971a72e01eb29dfc8de9;hp=c1b3f062d407030e12e33b71a400276f9c768456;hpb=f7f9d6fdc40248b190ec9c6e1a886261d55777ae;p=ardour.git diff --git a/gtk2_ardour/opts.h b/gtk2_ardour/opts.h index c1b3f062d4..b68e539a9b 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 @@ -21,24 +21,26 @@ #define __ardour_opts_h__ #include -#include - -using std::string; 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 jack_client_name; 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 string keybindings_path; -extern Glib::ustring menus_file; +extern std::string keybindings_path; +extern std::string menus_file; +extern bool finder_invoked_ardour; +extern std::string immediate_save; +extern std::string jack_session_uuid; +extern std::string load_template; extern int32_t parse_opts (int argc, char *argv[]);