]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
2003 -> 2004
[lilypond.git] / lily / include / lily-guile.hh
index 1a8883b9ab87461b12910234b2a0dfda1be25a0d..c56177af8b6b80acf3e0363641adb62da82d8dad 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1998--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef LILY_GUILE_HH
@@ -173,7 +173,7 @@ SCM ly_number2string (SCM s);
 
 SCM parse_symbol_list (char const *);
 SCM robust_list_ref(int i, SCM l);
-
+SCM alist_to_hashq (SCM);
 
 inline SCM ly_cdr (SCM x) { return SCM_CDR (x); }
 inline SCM ly_car (SCM x) { return SCM_CAR (x); }