]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-smob.hh
2003 -> 2004
[lilypond.git] / lily / include / input-smob.hh
index 87d63c5ba67352eac322badae620c652663b7ce3..cc75837d74c32fca22d7f12301d40b2f2aaaab64 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 #include "input.hh"
 #include "lily-guile.hh"
+#include "smobs.hh"
 
 SCM make_input (Input spot);
-Input *unsmob_input (SCM);
+Input *unsmob_input(SCM);
 
 extern Input dummy_input_global;