]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/warn.hh
* Another grand 2003 update.
[lilypond.git] / flower / include / warn.hh
1 /*
2   warn.hh -- declare Error message functions
3
4   source file of the LilyPond music typesetter
5
6   (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef WARN_HH
11 #define WARN_HH
12
13 #include "string.hh"
14
15 void programming_error (String s);
16 void warning (String message_string);
17 void error (String message_string);
18 void non_fatal_error (String);
19 #endif // WARN_HH