X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fidentifier-smob.hh;h=43260be8f44cd2db28d74520493c27b1c657fbbb;hb=f5817f0eb5066fde9b0cb2b87b05ba8e776bd18b;hp=3063def1f2c6687312d5e39887d5dfb57c98a619;hpb=c82da428296a290d2728eac6e36de3b3b80d14d1;p=lilypond.git diff --git a/lily/include/identifier-smob.hh b/lily/include/identifier-smob.hh index 3063def1f2..43260be8f4 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 Han-Wen Nienhuys - - */ + (c) 2002--2007 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);