]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-modules.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / ly-modules.hh
index 30a501b5bc5f3f68021f96d4548ab8b8eb5b37b6..4c06f5ce8c29f9267bc83ae0d9cecd8322cba711 100644 (file)
@@ -3,7 +3,7 @@
 
  source file of the GNU LilyPond music typesetter
 
- (c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ (c)  2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -19,6 +19,7 @@ SCM ly_module_lookup (SCM module, SCM sym);
 SCM ly_module_symbols (SCM mod);
 void  ly_reexport_module (SCM mod);
 inline bool ly_module_p (SCM x) { return SCM_MODULEP(x); }
+void ly_clear_anonymous_modules ();
 
 #endif /* LY_MODULES_HH */