]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/identifier-smob.hh
* lily/identifier-smob.cc (unpack_identifier): new file.
[lilypond.git] / lily / include / identifier-smob.hh
diff --git a/lily/include/identifier-smob.hh b/lily/include/identifier-smob.hh
new file mode 100644 (file)
index 0000000..3063def
--- /dev/null
@@ -0,0 +1,21 @@
+/*   
+identifier-smob.hh -- declare identifier smob.
+
+source file of the GNU LilyPond music typesetter
+
+(c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ */
+
+#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);
+
+#endif /* IDENTIFIER_SMOB_HH */
+