]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
Issue 4842/1: Add Callback0_wrapper and Callback2_wrapper class
[lilypond.git] / lily / include / lily-guile.hh
index e6a3d41483da9310e505ab3c55b0e65fcb379c51..d1ca0424bb3e0df24d958260bedc89f462cf02aa 100644 (file)
@@ -47,8 +47,6 @@ string ly_scm_write_string (SCM s);
 SCM ly_deep_copy (SCM);
 SCM ly_truncate_list (int k, SCM lst);
 
-extern SCM global_lily_module;
-
 string gulp_file_to_string (const string &fn, bool must_exist, int size);
 
 SCM ly_string2scm (string const &s);
@@ -65,6 +63,7 @@ SCM ly_assoc_cdr (SCM key, SCM alist);
 SCM ly_assoc_get (SCM key, SCM alist, SCM default_value, SCM strict_checking = SCM_BOOL_F);
 Interval ly_scm2interval (SCM);
 Drul_array<Real> ly_scm2realdrul (SCM);
+SCM ly_memv (SCM, SCM);
 Slice int_list_to_slice (SCM l);
 SCM ly_interval2scm (Drul_array<Real>);
 char *ly_scm2str0 (SCM str);