]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / ly-module.hh
index f4aaabbd80e59545a999d21fac5d212f3f3904cd..48fe1239cd933350aa16cce8b49f0ee2a6a03b01 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #ifndef LY_MODULE_HH
 #define LY_MODULE_HH
@@ -12,7 +12,7 @@
 
 SCM ly_make_anonymous_module (bool safe);
 SCM ly_module_copy (SCM dest, SCM src);
-SCM ly_module2alist (SCM mod);
+SCM ly_module_2_alist (SCM mod);
 SCM ly_module_lookup (SCM module, SCM sym);
 SCM ly_modules_lookup (SCM modules, SCM sym, SCM);
 SCM ly_module_symbols (SCM mod);