X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Finclude%2Fprogram-option.hh;h=7192ea7c46dd51535082e89dacfb77229b822f7c;hb=edbaa4793402ff05a4d3c2823b0cd36862e591c2;hp=66babd51a90376b0bdd7710230854c18561d8beb;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/program-option.hh b/lily/include/program-option.hh index 66babd51a9..7192ea7c46 100644 --- a/lily/include/program-option.hh +++ b/lily/include/program-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 */