+2005-07-30 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/include/ly-module.hh (ly_use_module): fix prototype.
+
2005-07-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
* mf/feta-bolletjes.mf: swap up and down fa head
SCM ly_module_symbols (SCM mod);
void ly_reexport_module (SCM mod);
inline bool ly_c_module_p (SCM x) { return SCM_MODULEP (x); }
-void ly_clear_anonymous_modules ();
+SCM ly_clear_anonymous_modules ();
SCM ly_use_module (SCM mod, SCM used);
#endif /* LY_MODULE_HH */