]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/warn.hh
release: 1.3.24
[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--2000 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_str);
17 void error (String message_str);
18 void non_fatal_error (String);
19 #endif // WARN_HH