X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fidentifier-smob.hh;h=2802e28102da37334548fd5664d46a377f387db3;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b15a890c5876df711d074622d0a0d97ff7d412df;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/identifier-smob.hh b/lily/include/identifier-smob.hh index b15a890c58..2802e28102 100644 --- a/lily/include/identifier-smob.hh +++ b/lily/include/identifier-smob.hh @@ -1,18 +1,16 @@ -/* -identifier-smob.hh -- declare identifier smob. +/* + identifier-smob.hh -- declare identifier smob. -source file of the GNU LilyPond music typesetter + source file of the GNU LilyPond music typesetter -(c) 2002--2003 Han-Wen Nienhuys - - */ + (c) 2002--2008 Han-Wen Nienhuys +*/ #ifndef IDENTIFIER_SMOB_HH #define IDENTIFIER_SMOB_HH #include "lily-guile.hh" - SCM package_identifier (SCM); bool identifier_smob_p (SCM); SCM unpack_identifier (SCM);