Comment out excessive terminal output.
[ardour.git] / gtk2_ardour / opts.h
index c07dcc3664a34700a2d93477805225708163f3c6..08e38be88d5a35ced96c29d0cee67021c1be9ddf 100644 (file)
     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__
 #define __ardour_opts_h__
 
 #include <string>
+#include <glibmm/ustring.h>
 
 using std::string;
 
-namespace GTK_ARDOUR {
+namespace ARDOUR_COMMAND_LINE {
 
 extern string session_name;
 extern bool   show_key_actions;
@@ -36,6 +36,10 @@ extern bool   use_vst;
 extern bool   new_session;
 extern char*  curvetest_file;
 extern bool   try_hw_optimization;
+extern bool   use_gtk_theme;
+extern string keybindings_path;
+extern Glib::ustring menus_file;
+extern bool   finder_invoked_ardour;
 
 extern int32_t parse_opts (int argc, char *argv[]);