X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprogram-option.hh;h=7192ea7c46dd51535082e89dacfb77229b822f7c;hb=1e9b3a12dfaa81f718a5b5d203161be8ca732013;hp=c307d8812244dfe3a859d7a6a86f30a8b82da5c1;hpb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;p=lilypond.git diff --git a/lily/include/program-option.hh b/lily/include/program-option.hh index c307d88122..7192ea7c46 100644 --- a/lily/include/program-option.hh +++ b/lily/include/program-option.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2005 Jan Nieuwenhuizen + (c) 2001--2007 Jan Nieuwenhuizen */ #ifndef SCM_OPTION_HH #define SCM_OPTION_HH @@ -11,14 +11,13 @@ #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 */