]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-modules.hh
Add '-dcrop' option to ps and svg backends
[lilypond.git] / lily / include / lily-modules.hh
index 1eb7cf7354c78e0630f60f62518b35e3d298f3bb..3393fc2ae85cd0c7ca34e53b63ca42041b0b6327 100644 (file)
@@ -32,7 +32,7 @@ class Scm_module
   Variable_record *variables_;
   static void boot_init (void *);
 public:
-  void boot ();
+  void boot (void (*init)() = 0);
   void import ();
   void register_variable (const char *name, Scm_variable *var);