]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parse-scm.hh
* Documentation/topdocs/NEWS.texi: Add note about safe mode.
[lilypond.git] / lily / include / parse-scm.hh
index 896559ea022f16172a01e1fe2a1ac38f64a70f11..3d0158fab8c0aeb38757bb9ba3651925f35bf5ce 100644 (file)
@@ -15,8 +15,8 @@ struct Parse_start
 };
 
 SCM catch_protected_parse_body (void *);
-SCM protected_ly_parse_scm (Parse_start *);
+SCM protected_ly_parse_scm (Parse_start *, bool);
 
-SCM ly_parse_scm (char const* s, int *, Input);
+SCM ly_parse_scm (char const *, int *, Input, bool);
 
 #endif