]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.49
authorfred <fred>
Tue, 31 Dec 1996 23:00:00 +0000 (23:00 +0000)
committerfred <fred>
Tue, 31 Dec 1996 23:00:00 +0000 (23:00 +0000)
lib/include/warn.hh [new file with mode: 0644]

diff --git a/lib/include/warn.hh b/lib/include/warn.hh
new file mode 100644 (file)
index 0000000..6d64cc0
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+  warn.hh -- declare 
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef WARN_HH
+#define WARN_HH
+
+#include "string.hh"
+
+void warning( String message_str  );
+void error( String message_str);
+#endif // WARN_HH