X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprogram-option.hh;h=7192ea7c46dd51535082e89dacfb77229b822f7c;hb=98c36749623f8f21fbd5804c8b33097f718ada5d;hp=55971a1fa16ba6a74e451ad6e5ed81cc0bd36783;hpb=bd2db986b410591905f89552af5df579dfc1b9fc;p=lilypond.git diff --git a/lily/include/program-option.hh b/lily/include/program-option.hh index 55971a1fa1..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--2006 Jan Nieuwenhuizen + (c) 2001--2007 Jan Nieuwenhuizen */ #ifndef SCM_OPTION_HH #define SCM_OPTION_HH @@ -11,15 +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 */