]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
* scm/framework-gnome.scm (output-framework-gnome): Try loading
[lilypond.git] / lily / include / ly-module.hh
index 9d2e54095ec36f46d652ca0ea1e486684b678b54..1862845cdeca46e85c491a1e59bbc69a9e31959f 100644 (file)
@@ -1,19 +1,17 @@
 /*
   ly-module.hh -- declare  module related helper functions 
 
- source file of the GNU LilyPond music typesetter
 source file of the GNU LilyPond music typesetter
 
  (c) 2002--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
  */
-
 #ifndef LY_MODULE_HH
 #define LY_MODULE_HH
 
 #include "lily-guile.hh"
 
 SCM ly_make_anonymous_module (bool safe);
-void ly_import_module (SCM dest, SCM src);
+SCM ly_import_module (SCM dest, SCM src);
 SCM ly_module2alist (SCM mod);
 SCM ly_module_lookup (SCM module, SCM sym);
 SCM ly_modules_lookup (SCM modules, SCM sym, SCM);