]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-closure.hh
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / include / simple-closure.hh
index 1bddb853e65c26bd9d30c79947febc9b91640cdd..e5a3aed78ac4610844f513b070df376e2dadbaea 100644 (file)
 #ifndef SIMPLE_CLOSURE_HH
 #define SIMPLE_CLOSURE_HH
 
+#include "lily-guile.hh"
+
 bool is_simple_closure (SCM s);
 SCM simple_closure_expression (SCM smob);
-SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr);
+SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr, bool pure, int start, int end);
 SCM ly_make_simple_closure (SCM);
 
 #endif /* SIMPLE_CLOSURE_HH */