]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/program-option.hh
dist emacs patches too.
[lilypond.git] / lily / include / program-option.hh
index 251db9d7f4b2885163a2a23d8af7136bdf473903..7a119b46e5a7063db8f7e8e13f49d9e95d2e649f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2001--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #ifndef SCM_OPTION_HH
 #define SCM_OPTION_HH
@@ -15,17 +15,13 @@ 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);
 
-struct Lilypond_option_init
-{
-  char const *name_;
-  char const *init_;
-  char const *descr_;
-};
+bool get_program_option (const char *);
 
+bool get_program_option (const char *);
 
 #endif /* SCM_OPTION_HH */