]> git.donarmstrong.com Git - lilypond.git/blob - lib/include/warn.hh
release: 0.1.13
[lilypond.git] / lib / include / warn.hh
1 /*
2   warn.hh -- declare 
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef WARN_HH
11 #define WARN_HH
12
13 #include "string.hh"
14
15 void warning(String message_str  );
16 void error(String message_str);
17 #endif // WARN_HH