]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/identifier-smob.hh
Imported sources
[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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
8  */
9
10 #ifndef IDENTIFIER_SMOB_HH
11 #define IDENTIFIER_SMOB_HH
12
13 #include "lily-guile.hh"
14
15
16 SCM package_identifier (SCM);
17 bool identifier_smob_p (SCM);
18 SCM unpack_identifier (SCM);
19
20 #endif /* IDENTIFIER_SMOB_HH */
21