From: fred Date: Tue, 31 Dec 1996 23:00:00 +0000 (+0000) Subject: lilypond-0.0.49 X-Git-Tag: release/1.5.59~6457 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab136a3193fafde43f6925697a53194b7818186f;p=lilypond.git lilypond-0.0.49 --- 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