X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fprogram-option.hh;h=83526816de55cffbb3081d651980b3b5bb0714d2;hb=9352789b729682d683482c2852cc7b53e9dcdc70;hp=20233e7ab4e45fbb8b082c2ac2af9d8c6d24efea;hpb=108cf0e8c08c8e15e2a800feb161cfad9057daa8;p=lilypond.git diff --git a/lily/include/program-option.hh b/lily/include/program-option.hh index 20233e7ab4..83526816de 100644 --- a/lily/include/program-option.hh +++ b/lily/include/program-option.hh @@ -1,9 +1,20 @@ /* - program-option.hh -- declare Scheme options + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2001--2012 Jan Nieuwenhuizen - (c) 2001--2005 Jan Nieuwenhuizen + LilyPond 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 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef SCM_OPTION_HH #define SCM_OPTION_HH @@ -11,13 +22,11 @@ #include "lily-guile.hh" /* options */ -extern bool do_midi_debugging_global; -extern int testing_level_global; -extern bool lily_1_8_relative; -extern bool lily_1_8_compatibility_used; -extern bool profile_property_accesses; SCM ly_get_option (SCM); SCM ly_set_option (SCM, SCM); +bool get_program_option (const char *); +string get_output_backend_name (); + #endif /* SCM_OPTION_HH */