]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/program-option.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / program-option.hh
index 61ed1038824369ea5678056c5b751a35ce88d848..e3f42e2667ffe763fe8f3d9d82efae6d94077309 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2001--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #ifndef SCM_OPTION_HH
 #define SCM_OPTION_HH
 #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;
 
-
 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 */