]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/identifier-smob.hh
43260be8f44cd2db28d74520493c27b1c657fbbb
[lilypond.git] / lily / include / identifier-smob.hh
1 /*
2   identifier-smob.hh -- declare identifier smob.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef IDENTIFIER_SMOB_HH
10 #define IDENTIFIER_SMOB_HH
11
12 #include "lily-guile.hh"
13
14 SCM package_identifier (SCM);
15 bool identifier_smob_p (SCM);
16 SCM unpack_identifier (SCM);
17
18 #endif /* IDENTIFIER_SMOB_HH */
19