X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprogram-option.hh;h=e3f42e2667ffe763fe8f3d9d82efae6d94077309;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=66babd51a90376b0bdd7710230854c18561d8beb;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/include/program-option.hh b/lily/include/program-option.hh index 66babd51a9..e3f42e2667 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--2007 Jan Nieuwenhuizen + (c) 2001--2008 Jan Nieuwenhuizen */ #ifndef SCM_OPTION_HH #define SCM_OPTION_HH @@ -11,8 +11,6 @@ #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; @@ -20,5 +18,6 @@ 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 */