From ab136a3193fafde43f6925697a53194b7818186f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 31 Dec 1996 23:00:00 +0000 Subject: [PATCH] lilypond-0.0.49 --- lib/include/warn.hh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/include/warn.hh diff --git a/lib/include/warn.hh b/lib/include/warn.hh new file mode 100644 index 0000000000..6d64cc0d07 --- /dev/null +++ b/lib/include/warn.hh @@ -0,0 +1,17 @@ +/* + warn.hh -- declare + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef WARN_HH +#define WARN_HH + +#include "string.hh" + +void warning( String message_str ); +void error( String message_str); +#endif // WARN_HH -- 2.39.5